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