powered by
The norm_min_max_params normalises time series by min-max method with defined parameters.
norm_min_max_params
norm_min_max_params(x, min, max)
the numeric vector (time series)
the numeric value
the numeric vector of normalised values
norm_z_params
# NOT RUN { norm_min_max_params(rnorm(50), 0, 1) # }
Run the code above in your browser using DataLab