Skip to content

Commit c26e7d9

Browse files
committed
lang formatting correction
1 parent 1b17bdc commit c26e7d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An **R** package for Forecasting with Bayesian Hierarchical Panel Vector Autoreg
1919
[![R-CMD-check](https://github.com/bsvars/bvarPANELs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/bsvars/bvarPANELs/actions/workflows/R-CMD-check.yaml)
2020
<!-- badges: end -->
2121

22-
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)](http://doi.org/10.32614/CRAN.package.bsvars) and **bsvarSIGNs** by [Wang & Woźniak (2024)](http://doi.org/10.32614/CRAN.package.bsvarSIGNs), and they constitute an integrated toolset.
22+
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)](http://doi.org/10.32614/CRAN.package.bsvars) and **bsvarSIGNs** by [Wang & Woźniak (2024)](http://doi.org/10.32614/CRAN.package.bsvarSIGNs), and they constitute an integrated toolset.
2323

2424

2525
<a href="https://bsvars.org"> <img src="https://raw.githubusercontent.com/FortAwesome/Font-Awesome/6.x/svgs/solid/house.svg" width="40" height="40"/> </a>

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ coherent workflows and reproducibility. Beautiful plots, informative
2626
summary functions, and extensive documentation complement all this. An
2727
extraordinary computational speed is achieved thanks to employing
2828
frontier econometric and numerical techniques and algorithms written in
29-
C++. The **bvarPANELs** package is aligned regarding objects, workflows,
30-
and code structure with the R packages **bsvars** by [Woźniak
31-
(2024)](http://doi.org/10.32614/CRAN.package.bsvars) and **bsvarSIGNs**
32-
by [Wang & Woźniak
29+
**C++**. The **bvarPANELs** package is aligned regarding objects,
30+
workflows, and code structure with the **R** packages **bsvars** by
31+
[Woźniak (2024)](http://doi.org/10.32614/CRAN.package.bsvars) and
32+
**bsvarSIGNs** by [Wang & Woźniak
3333
(2024)](http://doi.org/10.32614/CRAN.package.bsvarSIGNs), and they
3434
constitute an integrated toolset.
3535

0 commit comments

Comments
 (0)