Click or drag to resize

BoxCoxTransformedData Property

The data transformed by the Box Cox transformation yi(lambda) = (yi^lambda - 1)/lambda where lambda is the value of lambda the minimized the log-likelihood function of the sprecified search interval LambdaInterval.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector TransformedData { get; }

Property Value

DoubleVector
Remarks
The above mentioned lambda value is contained in the Lambda property.
See Also