Hello together,
I am trying to estimate pairwise dynamic correlations between country stock index returns via the ddc mgarch model.
According to Stata manual on DCC Garch, the software uses the approach developed by R. Engle (2002), who suggests:
".... a two-stage procedure with each variable first being modelled separately as a univariate GARCH process. A joint log-likelihood function would then simply be the sum of the two log-likelihoods for the individual GARCH models. In the second stage, the conditional likelihood is maximized with respect to any unknown parameters in the correlation matrix."
Question 1:
In a first step I fitted univariate ARIMA-GARCH processes for each country index return series. Is there any chance to include those specifications in the dcc function?
E.g. an ARIMA(1,0,1)GARCH(1,1) process for series A and an ARIMA(1,0,0)Garch(1,1) process for series B?
Question 2:
If i ignore the univariate specifications and run the following code:
mgarch dcc (fra uk =), arch(1/1) garch(1/1) nolog
predict corr*, corr
and then plot the predicted "corr_fra_uk" variable (see attachement) , obviously there is something wrong in the first few periods. I think it has to do with a misspecification of the initial value. Since Garch always includes past periods variances i am wondering how the values for t=1 are calculated when there is no data available before that.
Array
Thanks in advance!
Jano
Related Posts with DCC Garch 2 staged estimation? (R. Engle 2002)
How to sort data for distinct IDs with multiple visits and multiple valuesDear all, I have a dataset that has multiple visits for each person. However each person had a diff…
Panel VECM in STATA I am giving a general description of the model in a panel setting: Let y, a, b, and z are four vari…
Replace missing values from a different rowI have data that are in long format where one ID has four rows of data. Only one row has information…
Bootstrapped SE with Two-Sample IV: "insufficient observations to compute bootstrap standard errors"I am not sure if this is kosher but I am trying to calculate bootstrapped standard errors for a two-…
Code for Marginsplot Interaction Terms - Error/questionsHi all, I am trying to determine whether the effect of income (continuous var) on cash usage depend…
Subscribe to:
Post Comments (Atom)
0 Response to DCC Garch 2 staged estimation? (R. Engle 2002)
Post a Comment