Creates a random realization an of ARMA prcess.
ARMA(n, a, b)
a vector with values from the simulated AMRA process of lenght n + max(p, q)
length of the ARMA process to be generated.
vector p of parameters.
vector q of parameters.
Shelemyahu Zacks
predARMA
ARMA(100,c(0.1, 0.2, 0.3), c(0.1, 0.2))
Run the code above in your browser using DataLab