norm_min_max_list {TSrepr} | R Documentation |
Min-Max normalization list
Description
The norm_min_max_list
normalises time series by min-max method and returns normalization parameters (min and max).
Usage
norm_min_max_list(x)
Arguments
x |
the numeric vector (time series) |
Value
the list composed of:
- norm_values
the numeric vector of normalised values of time series
- min
the min value
- max
the max value
Author(s)
Peter Laurinec, <tsreprpackage@gmail.com>
See Also
Examples
norm_min_max_list(rnorm(50))
[Package TSrepr version 1.1.0 Index]