norm_z_params {TSrepr} | R Documentation |
The norm_z_params
normalises time series by z-score with defined mean and standard deviation.
norm_z_params(x, mean, sd)
x |
the numeric vector (time series) |
mean |
the numeric value |
sd |
the numeric value - standard deviation |
the numeric vector of normalised values
Peter Laurinec, <tsreprpackage@gmail.com>
norm_z_params(runif(50), 0.5, 1)