pow_tukey {transx}R Documentation

Tukey Transformations Transformations

Description

Maturing lifecycle

Usage

pow_tukey(x, lambda = NULL, ...)

Arguments

x

⁠[univariate vector]⁠

Univariate vector, numeric or ts object with only one dimension.

lambda

⁠[numeric(1): NULL]⁠

Transformation exponent, \lambda.

...

Further arguments passed to pow.

Value

Returns a vector with the same class and attributes as the input vector.

Examples

set.seed(123)
x <- runif(10)
pow_tukey(x, 2)

[Package transx version 0.0.1 Index]