Search found 3 matches
- Sat Dec 03, 2011 1:43 am
- Forum: Programming
- Topic: Rolling Regression
- Replies: 4
- Views: 6660
Re: Rolling Regression
when i run the simple GARCH i get five coefficients for mean and the variance equation. however when i change the option to GARCH M and run the GARCH M there is no change in the coefficients from simple GARCH even when i change the no of coeffient in the matrix from 5 to 6. i.e I dont get the coeffc...
- Fri Dec 02, 2011 3:05 am
- Forum: Programming
- Topic: Rolling Regression
- Replies: 4
- Views: 6660
Re: Rolling Regression
Thanks alot. It worked. Now i am estimating GARCH M and have deviced the following: !iwindow = 36 !istep = 1 !length = @obsrange equation eq1 !nrolls = @round((!length-!iwindow)/!istep) matrix(5,!nrolls) coefmat !j=0 for !i = !iwindow to !length !j=!j+1 smpl @first+!i-1 @first+!i-1+!window eq1.garch...
- Wed Nov 30, 2011 2:45 am
- Forum: Programming
- Topic: Rolling Regression
- Replies: 4
- Views: 6660
Rolling Regression
I am working on my dissertation. I have eleven years monthly data on 300 stocks and the market index. I have already calculated the log returns for the stocks and market in excel and have imported the data into excel file. I need to estimate a rolling regression of each stock where the moving window...
