norm_min_max_list {TSrepr} | R Documentation |
The norm_min_max_list
normalises time series by min-max method and returns normalization parameters (min and max).
norm_min_max_list(x)
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>
norm_min_max_list(rnorm(50))