programming GARCH(1,1) with an exogeneous variable
Posted: Fri May 01, 2009 11:59 am
Hello again,
Could soemone please help on programming GARCH(1,1) and adding an exogeneous variable?
I do the following:
matrix(31,3) garchest_n
matrix(31,3)
for !i=01 to 31
equation eq{!i}.arch(1,1) tr{!i} c
garchest_n(!i,1)=c(3)
garchest_n(!i,2)=c(4)
garchest_n(!i,3)=c(5)
next
Could soemone please help on programming GARCH(1,1) and adding an exogeneous variable?
I do the following:
matrix(31,3) garchest_n
matrix(31,3)
for !i=01 to 31
equation eq{!i}.arch(1,1) tr{!i} c
garchest_n(!i,1)=c(3)
garchest_n(!i,2)=c(4)
garchest_n(!i,3)=c(5)
next