Click or drag to resize

BoxCox Constructor

Overload List
 NameDescription
Public methodBoxCox(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.
Public methodBoxCox(DoubleVector, Interval) Constructs 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.
Public methodBoxCox(DoubleVector, Interval, Double) Constructs 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.
Public methodBoxCox(DoubleVector, Interval, Double, Double) Constructs 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.
Public methodBoxCox(DoubleVector, Double, Double, Double) Constructs 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.
Top
See Also