Description Usage Arguments Value Examples
computeAcf
computes the autocorrelation function of its argument and discards
the zero lag and all lags greater than 2/3 of the argument's length
1 | computeAcf(y)
|
y |
The input time series. |
The shortened autocorrelation
1 2 3 | season_length <- 26
y <- sin(1:400*2*pi/season_length)
computeAcf(y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.