linear regression with GARCH/EGARCH errors
이전 댓글 표시
I need to estimate a linear model with GARCH or EGARCH errors:
mean eqn: Y = c +b1X1 +b2X2 + e e_t ~ N(0,sigma_t^2)
vol eqn: sigma_t^2 follows GARCH or EGARCH
I have written the likelihood function and optimise it. I would prefer to use built-in matlab functions to estimate it (as a check).
any guidance appreciated!
채택된 답변
추가 답변 (2개)
the cyclist
2014년 9월 23일
0 개 추천
Do you have the Econometrics Toolbox? A garch() function is available in it. Here's a link to the documentation.
Adriano
2014년 10월 14일
0 개 추천
How can i extract the e vector? Thanks!
카테고리
도움말 센터 및 File Exchange에서 EGARCH Model에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!