TSrepr (version 1.0.4)

norm_z: Z-score normalisation

Description

The norm_z normalises time series by z-score.

Usage

norm_z(x)

Arguments

x

the numeric vector (time series)

Value

the numeric vector of normalised values

See Also

norm_min_max

Examples

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

# }

Run the code above in your browser using DataCamp Workspace