ARMAtoAR | R Documentation |
Gives the \pi
-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. For an ARMA model \phi(B) x_t = \theta(B) w_t
, returns the
coefficients \{\pi_j; \, j=1, 2, ...\}
in the invertible representation w_t = \pi(B) x_t
.
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 and some help on using R for time series analysis can be found at https://nickpoison.github.io/.
ARMAtoAR(ar=.9, ma=.5, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.