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