Event study model using Dynamic Conditional Correlation GARCH for time-varying beta estimation. Requires the rmgarch package. The bivariate DCC-GARCH model captures both time-varying volatility and time-varying correlation between firm and market returns, yielding a time-varying beta: \(\beta_t = Cov(R_{firm}, R_{market})_t / Var(R_{market})_t\).
Super class
ModelBase -> DCCGARCHModel
Public fields
model_nameName of the model.
garch_orderGARCH order for each univariate model. Default c(1,1).
dcc_orderDCC order. Default c(1,1).
Methods
DCCGARCHModel$new()
Create a new DCCGARCHModel.
Usage
DCCGARCHModel$new(garch_order = c(1, 1), dcc_order = c(1, 1))