Postby econworker » Tue Jul 22, 2014 5:29 am
Hi Eviews Gareth, I hope you reply my question here.
I am trying to set up this model in Eviews to estimate it with using a SUR system model:
RHO_GOLD_GASOLINE = C(1) + C(2)*LOGD_TBILLS + C(3)*LOGD_USEX + C(4)*MAC_ADS + C(5)*RHO_GOLD_GASOLINE(-1)+ [AR(1)=C(6)]
RHO_GOLD_HO = C(7) + C(8)*LOGD_TBILLS + C(9)*LOGD_USEX + C(10)*MAC_ADS + C(11)*RHO_GOLD_HO(-1) + [AR(1)=C(12)]
RHO_GOLD_NG = C(13) + C(14)*LOGD_TBILLS + C(15)*LOGD_USEX + C(16)*MAC_ADS + C(17)*RHO_GOLD_NG(-1) + [AR(1)=C(18)]
RHO_GOLD_WTI = C(19) + C(20)*LOGD_TBILLS + C(21)*LOGD_USEX + C(22)*MAC_ADS + C(23)*RHO_GOLD_WTI(-1) + [AR(1)=C(24)]
The problem is that if I estimate the system without AR(1) term there is no problem and it works fine, however when I include the AR(1) term to the model and I push ok to estimate it, Eviews suddenly stop to work and I have to close it completely, I tried it with different sets of data and still getting the same problem. I would like to know do you have any idea why Eviews can not estimate a SUR model that includes AR(1) term and lagged dependent variable in the same time? can it be a problem with my Eviews?
If you need I can attach you the workfile.
Thanks