norm_z_list {TSrepr} | R Documentation |
The norm_z_list
normalizes time series by z-score and returns normalization parameters (mean and standard deviation).
norm_z_list(x)
x |
the numeric vector (time series) |
the list composed of:
the numeric vector of normalised values of time series
the mean value
the standard deviation
Peter Laurinec, <tsreprpackage@gmail.com>
norm_z_list(runif(50))