ma.inf | R Documentation |
Compute MA infinity coefficients
ma.inf(a, n = 50)
a |
ARMA model |
n |
Order |
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 n+1
to accomodate coefficient 0 at index 1.
ar.inf
M = c("diff",12) e = Resid(deaths,M) a = arma(e,1,1) ma.inf(a,10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.