-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 2.26 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: bvarPANELs
Type: Package
Title: Forecasting with Bayesian Hierarchical Panel VARs
Description: Provides Bayesian estimation and forecasting of dynamic panel data using Bayesian Hierarchical Panel Vector Autoregressions (VARs). The model includes country-specific VARs that share a global prior distribution. Under this prior expected value, each country's system follows a global VAR with country-invariant parameters. Further flexibility is provided by the hierarchical prior structure that retains the Minnesota prior interpretation for the global VAR and features estimated prior covariance matrices, shrinkage, and persistence levels. Bayesian forecasting is developed for models including exogenous variables, allowing conditional forecasts given the future trajectories of some variables and restricted forecasts assuring that rates are forecasted to stay positive and less than 100. The package implements the model specification, estimation, and forecasting routines, facilitating coherent workflows and reproducibility. Beautiful plots, informative summary functions, and extensive documentation complement all this. An extraordinary computational speed is achieved thanks to employing frontier econometric and numerical techniques and algorithms written in C++. The 'bvarPANELs' package is aligned regarding objects, workflows, and code structure with the R packages 'bsvars' by Woźniak (2024) <doi:10.32614/CRAN.package.bsvars> and 'bsvarSIGNs' by Wang & Woźniak (2024) <doi:10.32614/CRAN.package.bsvarSIGNs>, and they constitute an integrated toolset. Copyright: 2024 International Labour Organization.
Version: 0.1
Date: 2024-09-30
Authors@R: c(person(given="Tomasz", family="Woźniak", email="wozniak.tom@pm.me", role =
c("aut", "cre"), comment = c(ORCID = "0000-0003-2212-2378")),
person(given="Miguel", family="Sanchez-Martinez", role = "ctb"),
person(given="International Labour Organization", role = "cph"))
Maintainer: Tomasz Woźniak <wozniak.tom@pm.me>
License: GPL (>= 3)
Depends:
R (>= 2.10),
bsvars (>= 3.2)
Imports:
R6,
Rcpp (>= 1.0.12),
RcppProgress,
RcppTN,
tmvtnsim
LinkingTo:
bsvars,
Rcpp,
RcppArmadillo,
RcppProgress,
RcppTN
Suggests: tinytest
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.3.2