Seasonal Arima
Posted: Tue Oct 26, 2010 4:23 am
I want to estimate an ARIMA(2,0,0)(0,0,2)[4] model with a co-efficient on my variable called fee.
I put the 4 in the square brackets there to show it is quarterly data.
Doing:
eq x.ls fee c ar(1) ar(2) sma(4)
gives me output with the ar terms but an ma term instead of sma.
Can you please suggest what I am doing wrong.
Thanks.
I put the 4 in the square brackets there to show it is quarterly data.
Doing:
eq x.ls fee c ar(1) ar(2) sma(4)
gives me output with the ar terms but an ma term instead of sma.
Can you please suggest what I am doing wrong.
Thanks.