{"id":15057517,"url":"https://github.com/justinjjlee/bayesianvar","last_synced_at":"2025-04-10T11:10:35.594Z","repository":{"id":218170581,"uuid":"579832682","full_name":"justinjjlee/bayesianvar","owner":"justinjjlee","description":"Toolkit functions and example outputs for Bayesian (Structural) Vector Autoregressive (VAR) models","archived":false,"fork":false,"pushed_at":"2024-04-21T19:05:37.000Z","size":10765,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T09:53:00.141Z","etag":null,"topics":["bayesian-statistics","forecasting","julia","julialang","macroeconome","projections","time-series","time-series-an","time-series-fore","vector-autoregression"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justinjjlee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-19T03:21:41.000Z","updated_at":"2024-12-19T03:02:35.000Z","dependencies_parsed_at":"2025-02-17T02:33:57.214Z","dependency_job_id":"a0ed39cc-1aad-426f-a7fa-293047f303f4","html_url":"https://github.com/justinjjlee/bayesianvar","commit_stats":null,"previous_names":["justinjjlee/julia_bayesianvar","justinjjlee/bayesianvar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinjjlee%2Fbayesianvar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinjjlee%2Fbayesianvar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinjjlee%2Fbayesianvar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinjjlee%2Fbayesianvar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justinjjlee","download_url":"https://codeload.github.com/justinjjlee/bayesianvar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248208560,"owners_count":21065202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bayesian-statistics","forecasting","julia","julialang","macroeconome","projections","time-series","time-series-an","time-series-fore","vector-autoregression"],"created_at":"2024-09-24T22:07:34.283Z","updated_at":"2025-04-10T11:10:35.573Z","avatar_url":"https://github.com/justinjjlee.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# juila implementations of Bayesian Vector Autoregressive (BVAR) framework\n 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, \n * Dynamic probabilistic forecasting estimations\n * Stochastic volatility\n * Time-varying parameters\n * 'Big-data' or large dimension models\n * Structural identification (partial-equilibrium)\n\n 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.\n\n This repository also includes applications of the models, such as estimation of impulse responses, foreasting, and scenarios/simulations.\n\n ![workflow](./applications/time-series-analysis-workflow.png)\n\n## Contents of source code\n | Source code | Model framework        | References\n --- | --- | --- \n | \u003cul\u003e\u003cli\u003e[ ] bar-sv\u003c/li\u003e\u003c/ul\u003e | Bayesian AR application with state-space stochastic volatility | Mein: technically not multivariate but a good baseline use case\n | \u003cul\u003e\u003cli\u003e[ ] bsts\u003c/li\u003e\u003c/ul\u003e | Bayesian Structural Time Series model | Mein: technically not multivariate but a good baseline use case\n | \u003cul\u003e\u003cli\u003e[x] bvar\u003c/li\u003e\u003c/ul\u003e | Bayesian VAR model with Gibbs sampling (Minnesota-prior)   | Gary Koop and [Dimitris Korobilis replication](https://sites.google.com/site/dimitriskorobilis/matlab) of [Christiano et al. (2016)](https://onlinelibrary.wiley.com/doi/pdf/10.3982/ECTA11776)\n | \u003cul\u003e\u003cli\u003e[ ] bvar-vp\u003c/li\u003e\u003c/ul\u003e | Bayesian VAR model with varying prior for extreme episodes | [Cascaldi-Garcia - Pandemic prior](https://sites.google.com/site/cascaldigarcia/pandemic-priors-bvar)\n | \u003cul\u003e\u003cli\u003e[x] tvp-var\u003c/li\u003e\u003c/ul\u003e | Time-varying parameter VAR with stochastic volatility (Code directly available; application example of macroeconomic consumer sentiment) | [Harron Mumtaz replication code](https://sites.google.com/site/hmumtaz77/research-papers) \n | \u003cul\u003e\u003cli\u003e[x] bh-bsvar\u003c/li\u003e\u003c/ul\u003e | Bayesian Structural Vector Autoregressive Model with Sign Restriction  | [Baumeister and Hamilton (2015) replication code](https://onlinelibrary.wiley.com/doi/abs/10.3982/ECTA12356)\n | \u003cul\u003e\u003cli\u003e[ ] mf-var\u003c/li\u003e\u003c/ul\u003e | Mixed-frequency VAR model  | [Harron Mumtaz replication code](https://sites.google.com/site/hmumtaz77/research-papers) \n | \u003cul\u003e\u003cli\u003e[x] dfm\u003c/li\u003e\u003c/ul\u003e | Dynamic Factor Model | \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinjjlee%2Fbayesianvar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinjjlee%2Fbayesianvar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinjjlee%2Fbayesianvar/lists"}