The BoxCox type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Lambda |
Gets the value of lambda which maximizes the log-likelihood function
for the data and lambda interval.
| |
| LambdaEpsilon |
Lambda values less than LambdaEpsilon were considered equal
to zero.
| |
| LambdaInterval |
The interval that was searched for the lambda value that
maximized the log-likelihood function.
| |
| TransformedData |
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.
|