norm_z_list {TSrepr} | R Documentation |
Z-score normalization list
Description
The norm_z_list
normalizes time series by z-score and returns normalization parameters (mean and standard deviation).
Usage
norm_z_list(x)
Arguments
x |
the numeric vector (time series) |
Value
the list composed of:
- norm_values
the numeric vector of normalised values of time series
- mean
the mean value
- sd
the standard deviation
Author(s)
Peter Laurinec, <tsreprpackage@gmail.com>
See Also
Examples
norm_z_list(runif(50))
[Package TSrepr version 1.1.0 Index]