TSrepr (version 1.1.0)

norm_atan: Arctangent normalisation

Description

The norm_atan normalises time series by Arctangent to max (-1,1) range.

Usage

norm_atan(x)

Arguments

x

the numeric vector (time series)

Value

the numeric vector of normalised values

See Also

norm_z, norm_min_max

Examples

Run this code
# NOT RUN {
norm_atan(rnorm(50))

# }

Run the code above in your browser using DataLab