I have fitted an ARIMA model to forecast GDP using the auto.arima
function in R:
Series: tGDPdev
ARIMA(2,0,2)(1,1,0)[12] with drift
Coefficients:
ar1 ar2 ma1 ma2 sar1
1.7038 -0.7521 -1.3467 0.5857 -0.4793
s.e. 0.2523 0.2290 0.2180 0.0917 0.0842
drift
0.5334
s.e. 0.0470
I would need to know the equation thath represents this model, though I'm not a mathematician. Any help would be greatly appreciated!