Learn R Programming

itsmr (version 1.1)

ma.inf: Compute MA infinity coefficients

Description

Compute MA infinity coefficients

Usage

ma.inf(a, n = 50)

Arguments

a
ARMA model
n
Order

Value

  • Returns a vector of length n+1 to accomodate coefficient 0 at index 1.

See Also

ar.inf

Examples

Run this code
xv = c("diff",12)
e = Resid(deaths,xv)
a = arma(e,1,1)
ma.inf(a,10)

Run the code above in your browser using DataLab