https://github.com/justinjjlee/bayesianvar
Toolkit functions and example outputs for Bayesian (Structural) Vector Autoregressive (VAR) models
https://github.com/justinjjlee/bayesianvar
bayesian-statistics forecasting julia julialang macroeconome projections time-series time-series-an time-series-fore vector-autoregression
Last synced: about 1 year ago
JSON representation
Toolkit functions and example outputs for Bayesian (Structural) Vector Autoregressive (VAR) models
- Host: GitHub
- URL: https://github.com/justinjjlee/bayesianvar
- Owner: justinjjlee
- License: mit
- Created: 2022-12-19T03:21:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T19:05:37.000Z (about 2 years ago)
- Last Synced: 2025-03-24T09:53:00.141Z (over 1 year ago)
- Topics: bayesian-statistics, forecasting, julia, julialang, macroeconome, projections, time-series, time-series-an, time-series-fore, vector-autoregression
- Language: Julia
- Homepage:
- Size: 10.3 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# juila implementations of Bayesian Vector Autoregressive (BVAR) framework
Toolkit julia source codes and example outputs for Bayesian (Structural) Vector Autoregressive (VAR) models. There are identification strategies in multivariabe time series analysis that requires bayesian framework, such as,
* Dynamic probabilistic forecasting estimations
* Stochastic volatility
* Time-varying parameters
* 'Big-data' or large dimension models
* Structural identification (partial-equilibrium)
A lot of the research and source codes are mainly written in MATLAB. The purpose of this repository is to direct-transalte those source codes from academic research and codes publicly available into open-sourced [julia programming languge](https://julialang.org/). This repository does not claim original authorship of the algorithms translated and used, and I recommend users to see the original research cited below.
This repository also includes applications of the models, such as estimation of impulse responses, foreasting, and scenarios/simulations.

## Contents of source code
| Source code | Model framework | References
--- | --- | ---
|
- [ ] bar-sv
|
- [ ] bsts
|
- [x] bvar
|
- [ ] bvar-vp
|
- [x] tvp-var
|
- [x] bh-bsvar
|
- [ ] mf-var
|
- [x] dfm