ARMAtoMAinf | R Documentation |
Gives coefficients of causal representation of a causal ARMA(p,q) model.
ARMAtoMAinf(phi = NULL, theta = NULL, trun = 500)
phi |
a vector with autoregressive coefficients. |
theta |
a vector the moving average coefficients. |
trun |
the number of terms to keep in the causal representation of the model |
a vector containing the first trun+1
moving average coefficients in the causal representation of the ARMA(p,q) model
This function recursively computes the coefficients in the MA(Inf) representation of the causal ARMA(p,q) model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.