Learn R Programming

itsmr (version 1.1)

ar.inf: Compute AR infinity coefficients

Description

Compute AR infinity coefficients

Usage

ar.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

ma.inf

Examples

Run this code
a = yw(Sunspots,2)
ar.inf(a)

Run the code above in your browser using DataLab