emp_acf | R Documentation |
Computes autocovariances at lags 0 to p for the ell-th differences of data.
emp_acf(data, ell, p)
data |
Time series for which we calculate autocovariances. |
ell |
Order of differences used. |
p |
Maximum lag for the autocovariances |
Vector of length (p + 1) that consists of empirical autocoavariances for the corresponding lag - 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.