README.md

EbEEMGARCH

R package to estimate MGARCH(1,1) models equation by equation

This package provides various tools to simulate and estimate MGARCH(1,1) models. After, I will include tools to estimate CVaR of financial series who follow MGARCH models.

This package is based on these papers : - C. Francq. & J.M. Zakoian, Estimating multivariate GARCH and Stochastic Correlation models equation by equation - C. Francq. & J.M. Zakoian, Joint inference on market and estimation risks in dynamic portfolios

All these papers are available at http://perso.univ-lille3.fr/~cfrancq

Installation

The package can be installed from the sources available on the repo via this command in a R console (devtools, Rcpp and Rtools are required)

library(Rcpp)
library(devtools)
install_github("TaoussD/EbEEMGARCH")

devtools and Rcpp can be easily installed in a R console (available on CRAN)

install.packages("devtools")
install.packages("Rcpp")

If you still have troubles, please update R and install the associated Rtools.

Methods

Homepage of the documentation available in R with

?EbEEMGARCH

More methods are under development

Authors

D. Taouss & C. Francq



TaoussD/EbEEMGARCH documentation built on May 9, 2019, 4:18 p.m.