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.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleVector TransformedData { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property TransformedData As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ TransformedData { DoubleVector^ get (); } |
Remarks
The above mentioned lambda value is contained in the
Lambda property.