Returns a NumericalVariable whose observations are the cumulative product of the observations from another variable.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function GetCumulativeProduct As NumericalVariable
C#
public NumericalVariable GetCumulativeProduct ()
C++
public:
NumericalVariable^ GetCumulativeProduct ()

Return Value

A NumericalVariable.

Remarks

The new variable gets the name cumprod(<name>), where <name> is the name of the original variable.