Robust_cDCC: Robust cDCC Estimator

View source: R/rpvc.R

Robust_cDCCR Documentation

Robust cDCC Estimator

Description

Robust cDCC estimator of Boud et al. (2013) with the modification introduced by Trucíos et at. (2018).

Usage

Robust_cDCC(r)

Arguments

r

Matrix of time series returns.

Details

More details can be found in Boudt et al. (2013) and Trucíos et at. (2018).

Value

The function returns the estimated parameters and the Qbar matrix.

Author(s)

Carlos Trucíos

References

Boudt, Kris, Jon Danielsson, and Sébastien Laurent. Robust forecasting of dynamic conditional correlation GARCH models. International Journal of Forecasting 29.2 (2013): 244-257.

Trucíos, Carlos, Luiz K. Hotta, and Esther Ruiz. Robust bootstrap densities for dynamic conditional correlations: implications for portfolio selection and Value-at-Risk. Journal of Statistical Computation and Simulation 88.10 (2018): 1976-2000.

Examples


# Estimating the parameters of the cDCC model in a robust way.
cDCC = Robust_cDCC(toyexampledata[,1:3])
#parameters
cDCC[[1]]
#Qbar
cDCC[[2]]


ctruciosm/Robpvc documentation built on July 27, 2022, 10:22 p.m.