component GARCH
Posted: Sat Oct 11, 2014 10:27 pm
Tom,
Can you post the program codes of component GARCH of Engle, R. F., and G. G. J. Lee (1999): “A Long-Run and Short-Run
Component Model of Stock Return Volatility,” in Cointegration, Causality, and Forecasting, ed. by Engle, and White. Oxford University Press.
I tried the following:
frml hf = h1+alpha*(uu{1}-h1{1})+beta*(h{1}-h1{1})
frml h1f = omega+rho*h1{1}+phi*(uu{1}-h{1})
frml logl = h=hf,h1=h1f,u=r,uu=u^2,%logdensity(h,u)
maximize(parmset=meanparms+garchparms,pmethod=simplex,piters=15,method=bfgs,iters=300) logl 2 gend
where h1 is the permanent component.
But it didn't work.
Thanks.
Can you post the program codes of component GARCH of Engle, R. F., and G. G. J. Lee (1999): “A Long-Run and Short-Run
Component Model of Stock Return Volatility,” in Cointegration, Causality, and Forecasting, ed. by Engle, and White. Oxford University Press.
I tried the following:
frml hf = h1+alpha*(uu{1}-h1{1})+beta*(h{1}-h1{1})
frml h1f = omega+rho*h1{1}+phi*(uu{1}-h{1})
frml logl = h=hf,h1=h1f,u=r,uu=u^2,%logdensity(h,u)
maximize(parmset=meanparms+garchparms,pmethod=simplex,piters=15,method=bfgs,iters=300) logl 2 gend
where h1 is the permanent component.
But it didn't work.
Thanks.