TSrepr (version 1.0.4)

norm_z_list: 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

See Also

norm_min_max_list

Examples

Run this code
# NOT RUN {
norm_z_list(runif(50))

# }

Run the code above in your browser using DataLab