powered by
Compute MA infinity coefficients
ma.inf(a, n = 50)
Returns a vector of length n+1 to accomodate coefficient 0 at index 1.
n+1
ARMA model
Order
The ARMA model is a list with the following components.
phi
theta
sigma2
ar.inf
M = c("diff",12) e = Resid(deaths,M) a = arma(e,1,1) ma.inf(a,10)
Run the code above in your browser using DataLab