Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.01 KB

bsvarTVPs

Bayesian Estimation of Heteroskedastic Structural Vector Autoregressions with Markov-Switching and Time-Varying Identification of the Structural Matrix

Efficient algorithms for Bayesian estimation of Structural Vector Autoregressions with Stochastic Volatility heteroskedasticity, Markov-switching and Time-Varying Identification of the Structural Matrix, and a three-level global-local hierarchical prior shrinkage for the structural and autoregressive matrices.

Installation

The current version of the package depends on the development version of the bsvars package.

Install the bsvars package first:

devtools::install_git("https://github.com/donotdespair/bsvars.git")

Now, just type in R to install the bsvarTVPs package:

devtools::install_git("https://github.com/donotdespair/bsvarTVPs.git")

Checks

R-CMD-check