- Notifications
You must be signed in to change notification settings - Fork8
Bayesian Estimation of the GARCH(1,1) Model with Student-t Innovations
License
ArdiaD/bayesGARCH
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The packagebayesGARCH
(Ardia and Hoogerheide, 2010) implements in Rthe Bayesian estimation procedure describedinArdia (2008) for the GARCH(1,1) model with Student-t innovations.The approach consists of a Metropolis-Hastings (MH) algorithm where the proposal distributionsare constructed from auxiliary ARMA processes on the squared observations. This methodologyavoids the time-consuming and difficult task, especially for non-experts, of choosing and tuninga sampling algorithm.
By usingbayesGARCH
you agree to the following rules:
- You must citeArdia and Hoogerheide (2010) in working papers and published papers that use
bayesGARCH
. - You must place the following URL in a footnote to help others find
bayesGARCH
:https://CRAN.R-project.org/package=bayesGARCH. - You assume all risk for the use of
bayesGARCH
.
Ardia, D., Hoogerheide, L.F. (2010).
Bayesian estimation of the GARCH(1,1) model with Student-t innovations.
R Journal, 2(2), 41-47.
https://doi.org/10.32614/RJ-2010-014
Ardia, D. (2008).
Financial Risk Management with Bayesian Estimation of GARCH Models: Theory and Applications.
volume 612 series Lecture Notes in Economics and Mathematical Systems. Springer-Verlag, Berlin, Germany.
https://doi.org/10.1007/978-3-540-78657-3
About
Bayesian Estimation of the GARCH(1,1) Model with Student-t Innovations