Gets the NumericalVariableTransforms object associated with this numerical variable.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Transforms As NumericalVariableTransforms |
| C# |
|---|
public NumericalVariable.NumericalVariableTransforms Transforms { get; } |
| C++ |
|---|
public: NumericalVariableTransforms Transforms { NumericalVariableTransforms get (); } |
Remarks
Use the Transforms property to obtain transformations of the numerical variable
such as sums, moving averages and growth rates.