Skip to content

Releases: ArdiaD/bayesGARCH

bayesGARCH: Bayesian Estimation of the GARCH(1,1) Model with Student-t Innovations in R

05 Jan 20:59
Compare
Choose a tag to compare

The package bayesGARCH implements in R (R Core Team, 2016) the Bayesian estimation procedure described in Ardia (2008, chapter 5) for the GARCH(1,1) model with Student-t innovations. The approach consists of a Metropolis-Hastings (MH) algorithm where the proposal distributions are constructed from auxiliary ARMA processes on the squared observations. This methodology avoids the time-consuming and difficult task, especially for non-experts, of choosing and tuning a sampling algorithm. We refer the user to Ardia (2008) and Ardia and Hoogerheide (2010) for illustrations. The latest version of the package is available at https://github.com/ArdiaD/bayesGARCH.