norm_z_params: Z-score normalisation with parameters

Description Usage Arguments Value Author(s) See Also Examples

View source: R/RcppExports.R

Description

The norm_z_params normalises time series by z-score with defined mean and standard deviation.

Usage

1

Arguments

x

the numeric vector (time series)

mean

the numeric value

sd

the numeric value - standard deviation

Value

the numeric vector of normalised values

Author(s)

Peter Laurinec, <tsreprpackage@gmail.com>

See Also

norm_min_max_params

Examples

1
norm_z_params(runif(50), 0.5, 1)

TSrepr documentation built on July 13, 2020, 9:07 a.m.