TSrepr (version 1.1.0)

denorm_yj: Yeo-Johnson denormalisation

Description

The denorm_yj denormalises time series by Yeo-Johnson method

Usage

denorm_yj(x, lambda = 0.1)

Arguments

x

the numeric vector (time series) to be denormalised

lambda

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

Value

the numeric vector of denormalised values

See Also

denorm_z, denorm_min_max, denorm_boxcox

Examples

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

# }

Run the code above in your browser using DataLab