Returns a NumericalVariable whose observations are the cumulative sum
of the observations of the variable.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetCumulativeSum As NumericalVariable |
| C# |
|---|
public NumericalVariable GetCumulativeSum () |
| C++ |
|---|
public: NumericalVariable^ GetCumulativeSum () |
Return Value
A NumericalVariable.
Remarks
The new variable gets the name cumsum(<name>), where <name> is the name of the original variable.