TSrepr (version 1.1.0)

norm_yj: Yeo-Johnson normalisation

Description

The norm_yj normalises time series by Yeo-Johnson normalisation.

Usage

norm_yj(x, lambda = 0.1)

Arguments

x

the numeric vector (time series)

lambda

the numeric value - power transformation parameter (default is 0.1)

Value

the numeric vector of normalised values

See Also

norm_z, norm_min_max, norm_boxcox

Examples

Run this code
# NOT RUN {
norm_yj(runif(50))

# }

Run the code above in your browser using DataLab