aacvf | R Documentation |
Autocovariance of ARMA model
aacvf(a, h)
a |
ARMA model |
h |
Maximum lag |
The ARMA model is a list with the following components.
phi | Vector of AR coefficients (index number equals coefficient subscript) |
theta | Vector of MA coefficients (index number equals coefficient subscript) |
sigma2 | White noise variance |
Returns a vector of length h+1
to accomodate lag 0 at index 1.
arma
a = arma(Sunspots,2,0) aacvf(a,40)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.