Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: multivariate GARCH model with


From   annoporci <[email protected]>
To   "[email protected]" <[email protected]>
Subject   st: multivariate GARCH model with
Date   Fri, 01 Feb 2013 04:01:07 +0800

I have been experimenting with univariate GARCH regressions. I have found the abarch/sdgarch/tarch variants to work well on my data.

I'd like to apply these variants to a multivariate GARCH setting. However, only the basic arch and garch options seem to be available, based on my reading of the official Stata documentation.

Is there a way to apply the capabilities of the univariate arch to the multivariate setting? a clever hijacking or copy-pasting blocks of code from the ado files ... any suggestions?

Thanks.

sysuse stocks, clear
local var toyota
arch `var', abarch(1) sdgarch(1) tarch(1)

sysuse stocks, clear
local dependent toyota nissan
local explanatory honda
tsset t
mgarch dcc (`dependent' = `explanatory', het(`explanatory')) ///
           , arch(1) garch(1) distribution(t)

References:
http://www.stata.com/stata12/multivariate-garch/
http://www.stata.com/features/arch-garch/arch.pdf

--
Patrick Toche.
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index