Learn R Programming

astsa (version 1.16)

ARMAtoAR: Convert ARMA Process to Infinite AR Process

Description

Gives the \(\pi\)-weights in the invertible representation of an ARMA model.

Usage

ARMAtoAR(ar = 0, ma = 0, lag.max=20)

Value

A vector of coefficients.

Arguments

ar

vector of AR coefficients

ma

vector of MA coefficients

lag.max

number of pi-weights desired

References

You can find demonstrations of astsa capabilities at FUN WITH ASTSA.

The most recent version of the package can be found at https://github.com/nickpoison/astsa/.

In addition, the News and ChangeLog files are at https://github.com/nickpoison/astsa/blob/master/NEWS.md.

The webpages for the texts are https://www.stat.pitt.edu/stoffer/tsa4/ and https://www.stat.pitt.edu/stoffer/tsda/.

Examples

Run this code
ARMAtoAR(ar=.9, ma=.5, 10)

Run the code above in your browser using DataLab