Click or drag to resize

BoxCox Properties

The BoxCox type exposes the following members.

Properties
 NameDescription
Public propertyLambda Gets the value of lambda which maximizes the log-likelihood function for the data and lambda interval.
Public propertyLambdaEpsilon Lambda values less than LambdaEpsilon were considered equal to zero.
Public propertyLambdaInterval The interval that was searched for the lambda value that maximized the log-likelihood function.
Public propertyTransformedData The data transformed by the Box Cox transformation yi(lambda) = (yi^lambda - 1)/lambda where lambda is the value of lambda the minimized the log-likelihood function of the sprecified search interval LambdaInterval.
Top
See Also