Overload List

  NameDescription
BoxCox(DoubleVector)
Constructs a BoxCox object for the given data, finding a value of lambda which maximizes the log-likelihood function over the lambda interval LAMBDA_EPSILON.
BoxCox(DoubleVector, Interval)
Constructus a BoxCox object for the given data. A value for lambda which maximizes the log-likelihood function for the given interval for lambda is computed.
BoxCox(DoubleVector, Interval, Double)
Constructus a BoxCox object for the given data. A value for lambda which maximizes the log-likelihood function for the given interval for lambda is computed.
BoxCox(DoubleVector, Interval, Double, Double)
Constructus a BoxCox object for the given data. A value for lambda which maximizes the log-likelihood function for the given interval for lambda is computed. This maximum value is found by manually searching the lambda values lambdaInterval.Min + k*stepSize, k = 0, 1, 2,... and selecting the one which yields the maximum value for the log-likelihood function.
BoxCox(DoubleVector, Double, Double, Double)
Constructus a BoxCox object for the given data. A value for lambda which maximizes the log-likelihood function for the given interval for lambda is computed. This maximum value is found by manually searching the lambda values minLambda + k*stepSize, k = 0, 1, 2,... and selecting the one which yields the maximum value for the log-likelihood function.

See Also