Package: bvartools
Title: Bayesian Inference of Vector Autoregressive Models
Version: 0.0.3
Date: 2020-07-22
Authors@R: person("Franz X.", "Mohr", email = "bvartools@outlook.com", role = c("aut","cre"))
Description: Assists in the set-up of algorithms for Bayesian inference of vector autoregressive (VAR) models. Functions for posterior simulation, forecasting, impulse response analysis and forecast error variance decomposition are largely based on the introductory texts of Koop and Korobilis (2010) <doi:10.1561/0800000013> and Luetkepohl (2007, ISBN: 9783540262398). 
License: GPL (>= 2)
Depends: R (>= 3.3.0)
Imports: coda, grDevices, graphics, Matrix, Rcpp (>= 0.12.14), stats
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
RoxygenNote: 7.1.1
URL: https://github.com/franzmohr/bvartools
BugReports: https://github.com/franzmohr/bvartools/issues
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Collate: 'RcppExports.R' 'bvar.R' 'bvartools.R' 'bvec.R'
        'bvec_to_bvar.R' 'data.R' 'fevd.R' 'gen_var.R' 'gen_vec.R'
        'inclusion_prior.R' 'irf.R' 'minnesota_prior.R'
        'plot.bvarfevd.R' 'plot.bvarirf.R' 'plot.bvarprd.R'
        'predict.bvar.R' 'summary.bvar.R' 'print.summary.bvar.R'
        'summary.bvec.R' 'print.summary.bvec.R' 'ssvs_prior.R' 'thin.R'
        'zzz.R'
NeedsCompilation: yes
Packaged: 2020-07-23 06:05:03 UTC; franz
Author: Franz X. Mohr [aut, cre]
Maintainer: Franz X. Mohr <bvartools@outlook.com>
Repository: CRAN
Date/Publication: 2020-07-23 10:10:03 UTC
