Description Usage Arguments Value Author(s) See Also Examples
View source: R/normalizations_R.R
The norm_boxcox
normalises time series by two-parameter Box-Cox normalisation.
1 | norm_boxcox(x, lambda = 0.1, gamma = 0)
|
x |
the numeric vector (time series) |
lambda |
the numeric value - power transformation parameter (default is 0.1) |
gamma |
the non-negative numeric value - parameter for holding the time series positive (offset) (default is 0) |
the numeric vector of normalised values
Peter Laurinec, <tsreprpackage@gmail.com>
norm_z, norm_min_max, norm_atan
1 | norm_boxcox(runif(50))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.