Overflow error in GARCH-M
Posted: Sun Apr 03, 2011 12:09 pm
Hi All,
I am runnig a AR - GARCH-M model of inflation and inflation uncertainty proxied by the errors of conditional mean ecuation.
The code is:
INFLATIE = C(1)*GARCH + C(2) + C(3)*INFLATIE(-1) + C(4)*DUMMY*INFLATIE(-1) + C(5)*INFLATIE(-2) + C(6)*INFLATIE(-4) + C(7)*INFLATIE(-6)
GARCH = C(8) + C(9)*RESID(-1)^2 + C(10)*GARCH(-1) + C(11)*INFLATIE(-1)
(inflatie=inflation)
The model runs perfect, but when i'm trying to conduct tests for errors anf coeffcients , Eviews says " Overflow". Why is this happening?
Can you help me please.
Thx in advance
I am runnig a AR - GARCH-M model of inflation and inflation uncertainty proxied by the errors of conditional mean ecuation.
The code is:
INFLATIE = C(1)*GARCH + C(2) + C(3)*INFLATIE(-1) + C(4)*DUMMY*INFLATIE(-1) + C(5)*INFLATIE(-2) + C(6)*INFLATIE(-4) + C(7)*INFLATIE(-6)
GARCH = C(8) + C(9)*RESID(-1)^2 + C(10)*GARCH(-1) + C(11)*INFLATIE(-1)
(inflatie=inflation)
The model runs perfect, but when i'm trying to conduct tests for errors anf coeffcients , Eviews says " Overflow". Why is this happening?
Can you help me please.
Thx in advance