| BoxCoxTransformation Constructor |
Calculates the lambda that best transforms the data into a normal distribution.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public BoxCoxTransformation(
DoubleVector data
)
Public Sub New (
data As DoubleVector
)
public:
BoxCoxTransformation(
DoubleVector^ data
)
new :
data : DoubleVector -> BoxCoxTransformation
Parameters
- data DoubleVector
- Data must be positive.
See Also