| transformationBoxCox-class | R Documentation |
This class is used for Box-Cox transformations.
methodMain transformation method, i.e. "box_cox".
robustIndicates whether a robust version of the Box-Cox transformation
is used to set transformation parameters. The value depends on the robust
argument of the find_transformation_parameters function.
lambdaNumeric lambda parameter for the Box-Cox transformation.
shiftNumeric shift parameter for the Box-Cox transformation. The value
depends on the data used for setting transformation parameters. If all data
are strictly positive, shift has a value of 0.0. When negative or zero
values are present, data are shifted to be strictly positive. If
invariant=TRUE in the find_transformation_parameters function,
lambda, shift and scale parameters are optimised simultaneously.
scaleNumeric scale parameter for the Box-Cox transformation. If
invariant=TRUE in the find_transformation_parameters function,
lambda, shift and scale parameters are optimised simultaneously.
Otherwise, the scale parameter has a value of 1.0.
completeIndicates whether transformation parameters were set.
find_transformation_parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.