Learn R Programming

itsmr (version 1.9)

ar.inf: Compute AR infinity coefficients

Description

Compute AR infinity coefficients

Usage

ar.inf(a, n = 50)

Value

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

Arguments

a

ARMA model

n

Order

Details

The ARMA model is a list with the following components.

phiVector of AR coefficients (index number equals coefficient subscript)
thetaVector of MA coefficients (index number equals coefficient subscript)
sigma2White noise variance

See Also

ma.inf

Examples

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

Run the code above in your browser using DataLab