norm_atan {TSrepr} | R Documentation |
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
Author(s)
Peter Laurinec, <tsreprpackage@gmail.com>
See Also
Examples
norm_atan(rnorm(50))
[Package TSrepr version 1.1.0 Index]