TOPICS
Search

Cumulative Sum


A cumulative sum is a sequence of partial sums of a given sequence. For example, the cumulative sums of the sequence {a,b,c,...}, are a, a+b, a+b+c, .... Cumulative sums are implemented as Accumulate[list].


See also

Cumulative Count, Cumulative Product, Moving Average, Partial Sum, Sum

Explore with Wolfram|Alpha

Cite this as:

Weisstein, Eric W. "Cumulative Sum." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/CumulativeSum.html

Subject classifications