Skip to content

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

Latest
Compare
Choose a tag to compare
@ArdiaD ArdiaD released this 05 Jan 20:59
· 37 commits to master since this release

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.