pow_boxcox {transx} | R Documentation |
Box-Cox Transformations
Description
Usage
pow_boxcox(x, lambda = NULL, lambda2 = NULL, ...)
Arguments
x |
Univariate vector, numeric or ts object with only one dimension. |
lambda |
Transformation exponent, |
lambda2 |
Transformation exponent, |
... |
Further arguments passed to |
Value
Returns a vector with the same class and attributes as the input vector.
References
Box, G. E., & Cox, D. R. (1964). An analysis of transformations. Journal of the Royal Statistical Society. Series B (Methodological), 211-252. https://www.jstor.org/stable/2984418
Examples
set.seed(123)
x <- runif(10)
pow_boxcox(x, 3)
[Package transx version 0.0.1 Index]