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)
Create new variable of survey dataHello. I'm working with survey data from the Eurobarometer survey. I want to create a new variable, …
Problem with reshape wide to longHi everyone, I have a dataset with 219 variables which I would like to reshape from wide to long. 9…
Selecting all dates within groups that are within one week of each other and creating a sub-group idHello all, I'm a new Stata user and new to Statalist; I'm currently using StataMP 14. Purpose: I'm…
Load themes for the text editor instead of using the menuHi all, I was just wondering. Is there a way to load theme packages directly to Stata instead of fi…
Selecting dates within groups based on specific criteria in order to create a more unique idHello all, I'm a new Stata user and new to Statalist; I'm currently using StataMP 14. I'm doing so…
Subscribe to:
Post Comments (Atom)
0 Response to DCC Garch 2 staged estimation? (R. Engle 2002)
Post a Comment