powered by
The norm_z_params normalises time series by z-score with defined mean and standard deviation.
norm_z_params
norm_z_params(x, mean, sd)
the numeric vector (time series)
the numeric value
the numeric value - standard deviation
the numeric vector of normalised values
norm_min_max_params
# NOT RUN { norm_z_params(runif(50), 0.5, 1) # }
Run the code above in your browser using DataLab