Description Usage Arguments Details Value Author(s) References Examples
Robust GARCH (Generalized Autoregressive Conditional Heteroskedastic) estimator of Boudt et al. (2013) with the modification introduced by Trucíos et at. (2017).
1 | ROBUSTGARCH(y)
|
y |
Vector of time series returns. |
More details can be found in Boudt et al. (2013) and Trucíos et at. (2017).
The function returns the estimated parameters.
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 forecast densities for GARCH returns and volatilities. Journal of Statistical Computation and Simulation 87.16 (2017): 3152-3174.
1 2 | # Estimating the parameters of the GARCH model in a robust way.
ROBUSTGARCH(returnsexample*100)
|
[1] 0.2235254 0.1523450 0.7954741
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.