Check for causality and invertibility
check(a)
None
ARMA model
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 |
a = specify(ar=c(0,0,.99))
check(a)
Run the code above in your browser using DataLab