calculating the diffference from data ?
Posted: Sun Oct 23, 2011 4:42 am
Dear forum,
my name is Boris and I am new to DPlot but very impressed with the ease of use.
There is one task that I would like to do in Dplot and perhaps it is possible,
I have data such like
(x,y)
(1,10)
(2,20)
(3,20)
(4,25)
(5,32)
and would like to produce a sequence where each point in Y is the difference between Y(n)-Y(n-1) - this would make the first point invalid.
(.,.)
(2,10) -- 20-10
(3,0) -- 20-20
(4,5) -- 25 -20
(5,7) -- 32 - 25
Can this be done ?
The file is large so I cannot do it in Excel.
best regards,
B.
my name is Boris and I am new to DPlot but very impressed with the ease of use.
There is one task that I would like to do in Dplot and perhaps it is possible,
I have data such like
(x,y)
(1,10)
(2,20)
(3,20)
(4,25)
(5,32)
and would like to produce a sequence where each point in Y is the difference between Y(n)-Y(n-1) - this would make the first point invalid.
(.,.)
(2,10) -- 20-10
(3,0) -- 20-20
(4,5) -- 25 -20
(5,7) -- 32 - 25
Can this be done ?
The file is large so I cannot do it in Excel.
best regards,
B.