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