Description Usage Arguments Value
Calculates the autocorrelation of the specified lag for the given time series.
1 | AutoCorrelation(arr, max.lag, unbiased)
|
arr |
KHIVA array with the time series. |
max.lag |
The maximum lag to compute. |
unbiased |
Determines whether it divides by n - lag (if true) or n (if false). |
The autocorrelation value for the given time series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.