xdcclarge (version 0.1.0)

dcc_correlations: This function get the correlation matrix (Rt) of estimated DCC-GARCH model.

Description

This function get the correlation matrix (Rt) of estimated DCC-GARCH model.

Usage

dcc_correlations(param, stdresids, uncR, ts)

Arguments

param

DCC-GARCH parameters(alpha,beta)

stdresids

matrix of standrdized(De-GARCH) residual returns (T by N)

uncR

unconditional correlation matrix of stdresids (N by N)

ts

ts how many time series are you taking

Value

the correlation matrix (Rt) of estimated DCC-GARCH model (T by N^2)