Search found 3 matches
- Sun Jan 10, 2010 9:28 am
- Forum: Programming
- Topic: Create a vector which lists p-values from rolling regrssion
- Replies: 1
- Views: 3940
Create a vector which lists p-values from rolling regrssion
Hi, When I conduct a rolling regression, I use the following command to to obtain the output, in addition to 2 vectors which contain the t-statistics and the beta (regression) co-efficients from each regression: for !horizon=1 to 155 smpl 1992m12+!horizon 1995m05+!horizon equation output{!horizon}.a...
- Sun Jan 10, 2010 8:30 am
- Forum: Programming
- Topic: Add information from several series to one series
- Replies: 2
- Views: 4205
Re: Add information from several series to one series
Thank you Gareth, the group command worked in achieving what I wanted to.
- Fri Jan 08, 2010 11:51 am
- Forum: Programming
- Topic: Add information from several series to one series
- Replies: 2
- Views: 4205
Add information from several series to one series
Hi, I am running a garch(1,1) model, with a rolling sample. As such, given my sample size, this process results in 155 regressions and 155 conditional variance estimates( each with sample size of 30). these conditional variance estimates from each regression are reported in 155 different series( of ...
