norm_z_params {TSrepr} | R Documentation |
Z-score normalisation with parameters
Description
The norm_z_params
normalises time series by z-score with defined mean and standard deviation.
Usage
norm_z_params(x, mean, sd)
Arguments
x |
the numeric vector (time series) |
mean |
the numeric value |
sd |
the numeric value - standard deviation |
Value
the numeric vector of normalised values
Author(s)
Peter Laurinec, <tsreprpackage@gmail.com>
See Also
Examples
norm_z_params(runif(50), 0.5, 1)
[Package TSrepr version 1.1.0 Index]