Skip to content

how I can perform Multivariate Garch analysis in R

3 messages · Arun Kumar Saha, Patrick Burns, Kjetil Halvorsen

#
It is too late now, but this would have been better
asked on the R-sig-finance list.

On 2005-09-22 there was an answer to a question
on R-help "MGARCH estimation" that gave the address
of a package for BEKK estimation.

There is a working paper on the Burns Statistics website
that explains how to do multivariate GARCH estimation
when you only have software for univariate estimation.


Patrick Burns
patrick at burns-stat.com
+44 (0)20 8525 0696
http://www.burns-stat.com
(home of S Poetry and "A Guide for the Unwilling S User")
Arun Kumar Saha wrote:

            
#
Arun Kumar Saha wrote:
You could try    help.search("garch")   or
RSiteSearch("garch")

But for me this only leads to univariate garch (at least two 
implementations).

Kjetil