norm_atan {TSrepr} | R Documentation |
The norm_atan
normalises time series by Arctangent to max (-1,1) range.
norm_atan(x)
x |
the numeric vector (time series) |
the numeric vector of normalised values
Peter Laurinec, <tsreprpackage@gmail.com>
norm_atan(rnorm(50))