Description Usage Arguments Value Author(s) See Also Examples
The norm_min_max_params
normalises time series by min-max method with defined parameters.
1 | norm_min_max_params(x, min, max)
|
x |
the numeric vector (time series) |
min |
the numeric value |
max |
the numeric value |
the numeric vector of normalised values
Peter Laurinec, <tsreprpackage@gmail.com>
1 | norm_min_max_params(rnorm(50), 0, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.