Description Usage Arguments Value Author(s) See Also Examples
The norm_z_list
normalizes time series by z-score and returns normalization parameters (mean and standard deviation).
1 | 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>
1 | norm_z_list(runif(50))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.