Package: bvartools
Title: Bayesian Inference of Vector Autoregressive and Error Correction
        Models
Version: 0.3.0
Date: 2026-09-11
Authors@R: person(c("Franz", "X."), "Mohr", email = "franz.x.mohr@outlook.com", role = c("aut","cre"), comment = c(ORCiD = "0009-0003-8890-7781"))
Description: Assists in the set-up of algorithms for Bayesian inference of vector autoregressive (VAR) and error correction (VEC) models. Functions for posterior simulation, forecasting, impulse response analysis and forecast error variance decomposition are largely based on the introductory texts of Chan, Koop, Poirier and Tobias (2019, ISBN: 9781108437493), Koop and Korobilis (2010) <doi:10.1561/0800000013> and Luetkepohl (2006, ISBN: 9783540262398).
License: GPL (>= 2)
Depends: R (>= 3.4.0), coda, Matrix
Imports: grDevices, graphics, methods, parallel, Rcpp (>= 1.0.12),
        stats
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
URL: https://github.com/franzmohr/bvartools
BugReports: https://github.com/franzmohr/bvartools/issues
Suggests: knitr, rmarkdown, testthat (>= 3.1.5)
VignetteBuilder: knitr
Config/testthat/edition: 3
Collate: 'RcppExports.R' 'add_priors.R' 'add_priors.bvarmodel.R'
        'add_priors.bvecmodel.R' 'add_priors.dfmodel.R' 'bvar.R'
        'bvar_fill_helper.R' 'bvarpost.R' 'bvartools-package.R'
        'bvec.R' 'bvec_to_bvar.R' 'bvecpost.R' 'data.R' 'dfm.R'
        'dfmpost.R' 'draw_posterior.R' 'draw_posterior.bvarmodel.R'
        'draw_posterior.bvecmodel.R' 'draw_posterior.dfmodel.R'
        'fevd.R' 'fevd.bvar.R' 'gen_dfm.R' 'gen_var.R' 'gen_vec.R'
        'get_regressor_names.R' 'inclusion_prior.R' 'irf.R'
        'irf.bvar.R' 'minnesota_prior.R' 'plot.bvar.R'
        'plot.bvarfevd.R' 'plot.bvarirf.R' 'plot.bvarlist.R'
        'plot.bvarprd.R' 'plot.bvec.R' 'plot.dfm.R'
        'post_normal_covar_const.R' 'post_normal_covar_tvp.R'
        'predict.bvar.R' 'summary.bvar.R' 'print.summary.bvar.R'
        'summary.bvec.R' 'print.summary.bvec.R' 'ssvs_prior.R'
        'summary.bvarlist.R' 'summary.dfm.R' 'thin.bvar.R'
        'thin.bvarlist.R' 'thin.bvec.R' 'thin.dfm.R' 'transition.R'
        'transition_wrappers.R' 'tvpribbon.R' 'zzz.R'
Config/roxygen2/version: 8.1.0
NeedsCompilation: yes
Packaged: 2026-09-11 17:49:16 UTC; mo_fr
Author: Franz X. Mohr [aut, cre] (ORCiD: 0009-0003-8890-7781)
Maintainer: Franz X. Mohr <franz.x.mohr@outlook.com>
Repository: CRAN
Date/Publication: 2026-09-11 18:50:02 UTC
Built: R 4.5.3; x86_64-w64-mingw32; 2026-09-11 23:52:37 UTC; windows
Archs: x64
