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!