Description Usage Arguments Value Author(s) See Also Examples
View source: R/normalizations_R.R
The denorm_yj
denormalises time series by Yeo-Johnson method
1 | denorm_yj(x, lambda = 0.1)
|
x |
the numeric vector (time series) to be denormalised |
lambda |
the numeric value - power transformation parameter (default is 0.1) |
the numeric vector of denormalised values
Peter Laurinec, <tsreprpackage@gmail.com>
denorm_z, denorm_min_max, denorm_boxcox
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.