Hello,
The help page is pretty clear, I think. You have to pass an object of
class 'Arima', 'ar' or 'ets' to simulate.Arima.
See, for instance the second example in the help page for ?Arima. And
extend it like this:
set.seed(6816)
lines(simulate(air.model, nsim = 48), col = "red")
Hope thi
I would like to simulate some SARIMA models, e.g. a SARIMA (1,0,1)(1,0,1)[4]
process.
I installed the package 'forecast', where the function simulate.Arima should do
what I am trying to do.
I am not able to understand how it works
Could somebody help me with an example?
thank you
Stefano Sofia
2 matches
Mail list logo