T O P I C R E V I E W |
Lduelund |
Posted - 04/15/2003 : 06:17:35 AM Dear all
Does anybody know how i can make a cumulative sum? I have a column of mesured data and for the furthet analysis i need to have a column contaning the the cumulative sum of these. Can you help me?
I use Origin 7.0
Best regard
Lars |
1 L A T E S T R E P L I E S (Newest First) |
Mike Buess |
Posted - 04/15/2003 : 08:17:13 AM Hi Lars,
Use the sum() function, e.g.,
col(C) = sum(col(B));
That will assign the cumulative sum of col(B) to col(C). It also creates the following object properties: sum.mean, sum.total, sum.min, sum.max, sum.sd, sum.n
Mike Buess Origin WebRing Member |
|
|