Kevin Sheppard
UCSD_Garch toolbox
[parameters,loglikelihood,Ht,Qt...]=dcc_mvgarch(data,dccP,dccQ,archP,garchQ)
% INPUTS:
% data=A zero mean t by k vector of residuals from some filtration
% dccP=The lag length of the innovation term in the DCC estimator
% dccQ=The lag length of the lagged correlation matrices in the DCC estimator
% archP
% garchQ
% example; dcc_mvgarch(data,1,1,1,1)