Cumulative sum
For a list: Returns the cumulative sums of the list elements starting from the first element.
For a matrix: Returns a matrix where each element is the cumulative column sum from top to bottom.
Syntax
cumulativeSum(List)cumulativeSum(Matrix)Examples
No content found for command: cumulativeSum
