denorm_yj: Yeo-Johnson denormalisation

Description Usage Arguments Value Author(s) See Also Examples

View source: R/normalizations_R.R

Description

The denorm_yj denormalises time series by Yeo-Johnson method

Usage

1
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

1

PetoLau/TSrepr documentation built on July 14, 2020, 6:13 p.m.