Thank you Tom, this helps a lot.
Finally, is there any way to set initial values when using the DCC integrated option? My model does not converge for either the BHHH of the BFGS method.
Thank you,
Alan
Search found 5 matches
- Thu Dec 01, 2011 8:03 am
- Forum: Examples and Sample Code
- Topic: Cappiello, Engle, Sheppard(2006) DCC GARCH models
- Replies: 26
- Views: 46504
- Wed Nov 30, 2011 1:00 pm
- Forum: Examples and Sample Code
- Topic: Cappiello, Engle, Sheppard(2006) DCC GARCH models
- Replies: 26
- Views: 46504
Re: Various two-step DCC models
Dear Tom, I noticed, running your DCC with your data, that AFIX and BFIX are >1. I get the same results for many different dataset and many different approaches. How comes it never yields to stationary results? Also, is there a way to set initial variable if the integrated method does not converge (...
- Mon Nov 28, 2011 8:16 am
- Forum: ARCH and GARCH Models
- Topic: DCC GARCH correlations
- Replies: 1
- Views: 5724
DCC GARCH correlations
Hi, I'm working on a DCC GARCH model which I want to estimate using Engle (2002) two-step procedure. First, I successfully extract the coefficients (which make perfect sense). Then, I run into difficulties when trying to maximize the matrix Q_t. Here is the code I use. *Correlation do i=1,nSeries se...
- Tue Oct 25, 2011 2:50 pm
- Forum: ARCH and GARCH Models
- Topic: Test EGARCH vs GJR-GARCH
- Replies: 3
- Views: 7784
Re: Test EGARCH vs GJR-GARCH
Thank you for your response, I'm in fact referring to this exact paper. I understand how they establish the ratio and formally test whether or not the EGARCH model adds value. Basically, they test whether they can reject the null hypothesis corresponding to the usage of a GARCH(1,1) model. However, ...
- Tue Oct 25, 2011 12:46 pm
- Forum: ARCH and GARCH Models
- Topic: Test EGARCH vs GJR-GARCH
- Replies: 3
- Views: 7784
Test EGARCH vs GJR-GARCH
Hello, I have 5 series of data which consist of 5-year bond yields for 5 different countries. I have estimated an EGARCH(1,1) model for each as well as the GJR-GARCH(1,1). I would like to test which of these 2 models does a better job at matching the data. I found a procedure by Engle and Ng (1993) ...