norm_yj: Yeo-Johnson normalisation

Description Usage Arguments Value Author(s) See Also Examples

View source: R/normalizations_R.R

Description

The norm_yj normalises time series by Yeo-Johnson normalisation.

Usage

1
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

Author(s)

Peter Laurinec, <tsreprpackage@gmail.com>

See Also

norm_z, norm_min_max, norm_boxcox

Examples

1

TSrepr documentation built on July 13, 2020, 9:07 a.m.