Skip to content
Prev 10808 / 15274 Next

"Multivariate Garch" Package in r

On 09/28/2012 06:06 AM, Serdar Neslihanoglu wrote:
you probably want packages rugarch (univariate) and rmgarch 
(multivariate) from the 'rgarch' project on R-Forge.

http://r-forge.r-project.org/projects/rgarch/

 From inside R:

install.packages("rugarch", repos="http://R-Forge.R-project.org")
install.packages("rmgarch", repos="http://R-Forge.R-project.org")

There is extensive documentation, and they are discussed frequently in 
the archives of this list, so please read the documentation and search 
the list archives for answers to your inevitable questions when you run 
into trouble.

Regards,

    - Brian