norm_min_max {TSrepr} | R Documentation |
The norm_min_max
normalises time series by min-max method.
norm_min_max(x)
x |
the numeric vector (time series) |
the numeric vector of normalised values
Peter Laurinec, <tsreprpackage@gmail.com>
norm_min_max(rnorm(50))