Click or drag to resize

BoxCox Methods

The BoxCox type exposes the following members.

Methods
 NameDescription
Public methodStatic memberLogLikelihood(DoubleVector, Double) Calculates the Box Cox log-likelihood function for the given data and and lambda value.
Public methodStatic memberLogLikelihood(DoubleVector, Double, Double) Calculates the Box Cox log-likelihood function for the given data and and lambda value.
Public methodStatic memberTransform(DoubleVector, Double) Performs the Box Cox transformation transformed data[i] = (data[i]^lambda - 1)/lambda.
Public methodStatic memberTransform(DoubleVector, Double, Double) Performs the Box Cox transformation transformed data[i] = (data[i]^lambda - 1)/lambda.
Top
See Also