![]() | Box |
The BoxCox type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | LogLikelihood(DoubleVector, Double) | Calculates the Box Cox log-likelihood function for the given data and and lambda value. |
![]() ![]() | LogLikelihood(DoubleVector, Double, Double) | Calculates the Box Cox log-likelihood function for the given data and and lambda value. |
![]() ![]() | Transform(DoubleVector, Double) | Performs the Box Cox transformation transformed data[i] = (data[i]^lambda - 1)/lambda. |
![]() ![]() | Transform(DoubleVector, Double, Double) | Performs the Box Cox transformation transformed data[i] = (data[i]^lambda - 1)/lambda. |