Description Usage Arguments Value Examples
preprocessTs
detrends and z-normalizes its argument.
1 | preprocessTs(y)
|
y |
The input time series. |
The detrended and z-normalized time series.
1 2 3 | season_length <- 26
y <- sin(1:400*2*pi/season_length)
preprocessTs(y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.