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