denorm_yj {TSrepr}R Documentation

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

Author(s)

Peter Laurinec, <tsreprpackage@gmail.com>

See Also

denorm_z, denorm_min_max, denorm_boxcox

Examples

denorm_yj(runif(50))


[Package TSrepr version 1.1.0 Index]