Guide Section: Processing Object Data | EASAP Tree: DATA PROCESSING → LIST
CUMULATIVE SUM creates a LIST with values that are the cumulative sum of all preceding values of an input list.
For example, if you use CUMULATIVE SUM with an input List: x of size N the resulting CUMULATIVE SUM has values:
![]() |
|
---|---|
Essential Parameters: | |
List: | Input LIST from which to derive each sum |