powered by
The norm_z_list normalizes time series by z-score and returns normalization parameters (mean and standard deviation).
norm_z_list
norm_z_list(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
norm_min_max_list
# NOT RUN { norm_z_list(runif(50)) # }
Run the code above in your browser using DataLab