Returns the Box-Cox transform of the variable for the specified parameter.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetBoxCoxTransform ( _ lambda As Double _ ) As NumericalVariable |
| C# |
|---|
public NumericalVariable GetBoxCoxTransform ( double lambda ) |
| C++ |
|---|
public: NumericalVariable^ GetBoxCoxTransform ( double lambda ) |
Parameters
- lambda (System.Double)
- The transformation parameter.
Return Value
A NumericalVariable.
Remarks
The Box-Cox transform is often used to remedy the effect of non-normality.