Convert ARMA Process to Infinite AR Process
Gives the π-weights in the invertible representation of an ARMA model.
ARMAtoAR(ar = 0, ma = 0, lag.max=20)
ar |
vector of AR coefficients |
ma |
vector of MA coefficients |
lag.max |
number of pi-weights desired |
A vector of coefficients.
ARMAtoAR(ar=.9, ma=.5, 10)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.