Exporting GARCH condiitonal variance terms
Posted: Wed Aug 26, 2009 10:16 am
Hello,
I am currently trying to develop a rolling GARCH program for my thesis. The forum has been helpful for the structure, however i am still trying to find out how i can export the coefficients of the conditional variance in a table after each roll.
scalar noobs=2870
scalar nw=200
matrix(noobs-nw,1) results
for !i=nw to noobs
smpl !i-nw !i
equation garch_n
garch_n.ARCH(1,1) dtsx60 @ tsx60vol
The results should be exported at this point into a table, but how???
!i=!i+50
next
I would also like to know wether it is correct or not to introduce volume as an endogenous variable in the conditional variance with @tsx60vol...
Thank you very much for your help!
Ulysse
I am currently trying to develop a rolling GARCH program for my thesis. The forum has been helpful for the structure, however i am still trying to find out how i can export the coefficients of the conditional variance in a table after each roll.
scalar noobs=2870
scalar nw=200
matrix(noobs-nw,1) results
for !i=nw to noobs
smpl !i-nw !i
equation garch_n
garch_n.ARCH(1,1) dtsx60 @ tsx60vol
The results should be exported at this point into a table, but how???
!i=!i+50
next
I would also like to know wether it is correct or not to introduce volume as an endogenous variable in the conditional variance with @tsx60vol...
Thank you very much for your help!
Ulysse