Statistics[CumulativeSum] - compute cumulative sums for a data sample
|
Calling Sequence
|
|
CumulativeSum(X)
CumulativeProduct(X)
|
|
Description
|
|
•
|
The CumulativeSum is a utility routine for computing cumulative sums of data.
|
•
|
The CumulativeProduct is a utility routine for computing cumulative products of data.
|
•
|
The first parameter X is a data sample which must given as an Array or a list.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
|
|
Download Help Document
Was this information helpful?