Returns the Box-Cox transform of the variable for the specified parameter.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public NumericalVariable GetBoxCoxTransform(
double lambda
)
Public Function GetBoxCoxTransform (
lambda As Double
) As NumericalVariable
public:
NumericalVariable^ GetBoxCoxTransform(
double lambda
)
member GetBoxCoxTransform :
lambda : float -> NumericalVariable
Parameters
- lambda
- Type: SystemDouble
The transformation parameter.
Return Value
Type:
NumericalVariableA
NumericalVariable.
The Box-Cox transform is often used to remedy the effect of non-normality.
Numerical Libraries
Supported in: 5.x, 4.x
Reference