No output for MSSYSREGRESSION

Discussion of models with structural breaks or endogenous switching.
yukun
Posts: 4
Joined: Wed Oct 05, 2011 11:12 am

No output for MSSYSREGRESSION

Unread post by yukun »

Dear Tom,

I have used the following sytax for the Markov switching systems regression, after importing the data. However, I got no error message but also no output for the regression. What additional information should I input in this case?

@MSSysRegression( states=1, switch=c, nfix=0 )
# y1 y2
# constant x1 x2

BTW, after estimation, can I get the residuals of the models?

Thank you very much in advance!

Best Regards,

Yukun
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: No output for MSSYSREGRESSION

Unread post by TomDoan »

@MSSysRegression only sets up the model and the various matrices required. You then have to choose the appropriate method of estimation and execute that. See Ehrmann-Ellison-Valla(2003) which has programs doing the three types of available estimation: EM, Maximum Likelihood and Gibbs sampling.
Post Reply