norm_z {TSrepr}R Documentation

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

Author(s)

Peter Laurinec, <tsreprpackage@gmail.com>

See Also

norm_min_max

Examples

norm_z(runif(50))


[Package TSrepr version 1.1.0 Index]