GARCH模型在Matlab中的实现(9页).doc
《GARCH模型在Matlab中的实现(9页).doc》由会员分享,可在线阅读,更多相关《GARCH模型在Matlab中的实现(9页).doc(9页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、-多元GARCH模型预测的Matlab程序function parameters, loglikelihood, Ht, likelihoods, stdresid, stderrors, A, B, scores = full_bekk_mvgarch(data,p,q, BEKKoptions);% PURPOSE:% To Estimate a full BEKK multivariate GARCH model. % % % USAGE:% parameters, loglikelihood, Ht, likelihoods, stdresid, stderrors, A, B, sc
2、ores = full_bekk_mvgarch(data,p,q,options);% % % INPUTS:% data - A t by k matrix of zero mean residuals% p - The lag length of the innovation process% q - The lag length of the AR process% options - (optional) Options for the optimization(fminunc)% % OUTPUTS:% parameters - A (k*(k+1)/2+p*k2+q*k2 vec
3、tor of estimated parameteters. F% or any k2 set of Innovation or AR parameters X, % reshape(X,k,k) will give the correct matrix% To recover C, use ivech(parmaeters(1:(k*(k+1)/2)% loglikelihood - The loglikelihood of the function at the optimum% Ht - A k x k x t 3 dimension matrix of conditional cova
4、riances% likelihoods - A t by 1 vector of individual likelihoods% stdresid - A t by k matrix of multivariate standardized residuals% stderrors - A numParams2 square matrix of robust Standad Errors(A(-1)*B*A(-1)*t(-1)% A - The estimated inverse of the non-robust Standard errors% B - The estimated cov
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- GARCH 模型 Matlab 中的 实现
限制150内