Search found 4 matches
- Fri Oct 18, 2013 7:02 am
- Forum: Structural Breaks and Switching Models
- Topic: No output for MSSYSREGRESSION
- Replies: 1
- Views: 6427
No output for MSSYSREGRESSION
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 # co...
- Thu Oct 06, 2011 10:23 am
- Forum: ARCH and GARCH Models
- Topic: Changing Distribution in MAXIMIZE function
- Replies: 6
- Views: 9714
Re: Changing Distribution in MAXIMIZE function
Many thanks Tom, I will try this code.
- Thu Oct 06, 2011 6:30 am
- Forum: ARCH and GARCH Models
- Topic: Changing Distribution in MAXIMIZE function
- Replies: 6
- Views: 9714
Re: Changing Distribution in MAXIMIZE function
Here is my code. Could you please show me how to add % loggeddensity in this code? OPEN DATA "V:\Chapter2\futures.xls" DATA(FORMAT=XLS,ORG=COLUMNS) 1 1687 futures Rf set Y = Rf COMPUTE GSTART=4, GEND=1687 DECLARE SERIES U ;* Residuals DECLARE SERIES H ;* Variances set U = 0.0 ; set H = 1.0...
- Wed Oct 05, 2011 12:57 pm
- Forum: ARCH and GARCH Models
- Topic: Changing Distribution in MAXIMIZE function
- Replies: 6
- Views: 9714
Changing Distribution in MAXIMIZE function
Dear Tom,
I am trying to use Maximize function to estimate some sepecial forms of GARCH models. I would like to change the distribution from Normal to t distribution or GED, do you know how to change distrubtions in Maximize function? Thank you very much in advance!
Best Regards,
Yukun
I am trying to use Maximize function to estimate some sepecial forms of GARCH models. I would like to change the distribution from Normal to t distribution or GED, do you know how to change distrubtions in Maximize function? Thank you very much in advance!
Best Regards,
Yukun