Robust_cDCC | R Documentation |
Robust cDCC estimator of Boud et al. (2013) with the modification introduced by Trucíos et at. (2018).
Robust_cDCC(r)
r |
Matrix of time series returns. |
More details can be found in Boudt et al. (2013) and Trucíos et at. (2018).
The function returns the estimated parameters and the Qbar matrix.
Carlos Trucíos
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.
# Estimating the parameters of the cDCC model in a robust way. cDCC = Robust_cDCC(toyexampledata[,1:3]) #parameters cDCC[[1]] #Qbar cDCC[[2]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.