LICENSE
README.md
pyproject.toml
src/bvar/BVAR.py
src/bvar/__init__.py
src/bvar/diagnostics.py
src/bvar/dummy_observations.py
src/bvar/girf.py
src/bvar/grid_search.py
src/bvar/profiler.py
src/bvar/skew_normal.py
src/bvar/utils.py
src/bvar.egg-info/PKG-INFO
src/bvar.egg-info/SOURCES.txt
src/bvar.egg-info/dependency_links.txt
src/bvar.egg-info/requires.txt
src/bvar.egg-info/top_level.txt
src/bvar/forecast/__init__.py
src/bvar/forecast/compare.py
src/bvar/forecast/conditional.py
src/bvar/forecast/matrices.py
src/bvar/forecast/mixin.py
src/bvar/models/__init__.py
src/bvar/models/base.py
src/bvar/models/common.py
src/bvar/models/conjugate/__init__.py
src/bvar/models/conjugate/jax_marginal_likelihood.py
src/bvar/models/conjugate/marginal_likelihood.py
src/bvar/models/conjugate/minnesota.py
src/bvar/models/conjugate/model.py
src/bvar/models/independent_niw/__init__.py
src/bvar/models/independent_niw/minnesota.py
src/bvar/models/independent_niw/model.py
src/bvar/plots/__init__.py
src/bvar/plots/misc_plots.py
src/bvar/plots/plot_bvar.py
src/bvar/plots/plot_girf.py
tests/test_bvar_estimation.py
tests/test_compare_forecasts.py
tests/test_conditional_predictive_hooks.py
tests/test_construct_matrices.py
tests/test_diagnostics_profiler.py
tests/test_documentation_scaffold.py
tests/test_forecast.py
tests/test_forecast_frequency.py
tests/test_forecast_matrices.py
tests/test_forecast_snapshot.py
tests/test_forecast_unbias.py
tests/test_grid_search.py
tests/test_input_validation.py
tests/test_irf.py
tests/test_jax_marginal_likelihood.py
tests/test_marginal_likelihood.py
tests/test_marginal_likelihood_numerics.py
tests/test_misc_plots.py
tests/test_ml_optimisation_regression.py
tests/test_posterior_state.py
tests/test_sample_posterior.py
tests/test_skew_normal.py
tests/test_state_aware_forecast.py