norm_yj {TSrepr} | R Documentation |
The norm_yj
normalises time series by Yeo-Johnson normalisation.
norm_yj(x, lambda = 0.1)
x |
the numeric vector (time series) |
lambda |
the numeric value - power transformation parameter (default is 0.1) |
the numeric vector of normalised values
Peter Laurinec, <tsreprpackage@gmail.com>
norm_z, norm_min_max, norm_boxcox
norm_yj(runif(50))