Description Usage Arguments Details Value Author(s) References See Also Examples
BoxCox() returns a transformation of the input variable using a Box-Cox transformation. InvBoxCox() reverses the transformation.
1 2 |
x |
a numeric vector or time series |
lambda |
transformation parameter |
The Box-Cox transformation is given by
f(x;lambda)=(x^lambda - 1)/lambda
if lambda is not equal to 0. For lambda=0,
f(x;0)=log(x)
.
a numeric vector of the same length as x.
Rob J Hyndman
Box, G. E. P. and Cox, D. R. (1964) An analysis of transformations. JRSS B 26 211–246.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.