
Gives the
ARMAtoAR(ar = 0, ma = 0, lag.max=20)
vector of AR coefficients
vector of MA coefficients
number of pi-weights desired
A vector of coefficients.
https://www.stat.pitt.edu/stoffer/tsa4/ and https://www.stat.pitt.edu/stoffer/tsda/
# NOT RUN {
ARMAtoAR(ar=.9, ma=.5, 10)
# }
Run the code above in your browser using DataLab