powered by
The norm_min_max_list normalises time series by min-max method and returns normalization parameters (min and max).
norm_min_max_list
norm_min_max_list(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
norm_z_list
# NOT RUN { norm_min_max_list(rnorm(50)) # }
Run the code above in your browser using DataLab