norm_min_max_params {TSrepr} | R Documentation |
The norm_min_max_params
normalises time series by min-max method with defined parameters.
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>
norm_min_max_params(rnorm(50), 0, 1)