ARMA | R Documentation |
Creates a random realization an of ARMA prcess.
ARMA(n, a, b)
n |
length of the ARMA process to be generated. |
a |
vector p of parameters. |
b |
vector q of parameters. |
a vector with values from the simulated AMRA process of lenght n + max(p, q)
Shelemyahu Zacks
predARMA
ARMA(100,c(0.1, 0.2, 0.3), c(0.1, 0.2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.