.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
CITATION.cff
CONTRIBUTING
INSTALL.rst
LICENSE
README.md
pyproject.toml
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
assets/__init__.py
assets/benchmark_network_architectures.py
bayesflow/__init__.py
bayesflow/amortizers.py
bayesflow/attention.py
bayesflow/computational_utilities.py
bayesflow/configuration.py
bayesflow/coupling_networks.py
bayesflow/default_settings.py
bayesflow/diagnostics.py
bayesflow/exceptions.py
bayesflow/helper_classes.py
bayesflow/helper_functions.py
bayesflow/helper_networks.py
bayesflow/inference_networks.py
bayesflow/losses.py
bayesflow/mcmc.py
bayesflow/networks.py
bayesflow/sensitivity.py
bayesflow/simulation.py
bayesflow/summary_networks.py
bayesflow/trainers.py
bayesflow/version.py
bayesflow/wrappers.py
bayesflow.egg-info/PKG-INFO
bayesflow.egg-info/SOURCES.txt
bayesflow.egg-info/dependency_links.txt
bayesflow.egg-info/requires.txt
bayesflow.egg-info/top_level.txt
bayesflow/benchmarks/__init__.py
bayesflow/benchmarks/bernoulli_glm.py
bayesflow/benchmarks/bernoulli_glm_raw.py
bayesflow/benchmarks/gaussian_linear.py
bayesflow/benchmarks/gaussian_linear_uniform.py
bayesflow/benchmarks/gaussian_mixture.py
bayesflow/benchmarks/inverse_kinematics.py
bayesflow/benchmarks/lotka_volterra.py
bayesflow/benchmarks/sir.py
bayesflow/benchmarks/slcp.py
bayesflow/benchmarks/slcp_distractors.py
bayesflow/benchmarks/two_moons.py
bayesflow/experimental/__init__.py
bayesflow/experimental/rectifiers.py
docsrc/.nojekyll
docsrc/Makefile
docsrc/make.bat
docsrc/source/about.rst
docsrc/source/conf.py
docsrc/source/examples.rst
docsrc/source/index.rst
docsrc/source/_static/bayesflow_hex.ico
docsrc/source/_static/bayesflow_hex.png
docsrc/source/_static/bayesflow_overview.png
docsrc/source/_static/bayesflow_software_overview.png
docsrc/source/_static/generative_model.png
docsrc/source/api/bayesflow.amortizers.rst
docsrc/source/api/bayesflow.attention.rst
docsrc/source/api/bayesflow.benchmarks.bernoulli_glm.rst
docsrc/source/api/bayesflow.benchmarks.bernoulli_glm_raw.rst
docsrc/source/api/bayesflow.benchmarks.gaussian_linear.rst
docsrc/source/api/bayesflow.benchmarks.gaussian_linear_uniform.rst
docsrc/source/api/bayesflow.benchmarks.gaussian_mixture.rst
docsrc/source/api/bayesflow.benchmarks.inverse_kinematics.rst
docsrc/source/api/bayesflow.benchmarks.lotka_volterra.rst
docsrc/source/api/bayesflow.benchmarks.rst
docsrc/source/api/bayesflow.benchmarks.sir.rst
docsrc/source/api/bayesflow.benchmarks.slcp.rst
docsrc/source/api/bayesflow.benchmarks.slcp_distractors.rst
docsrc/source/api/bayesflow.benchmarks.two_moons.rst
docsrc/source/api/bayesflow.computational_utilities.rst
docsrc/source/api/bayesflow.configuration.rst
docsrc/source/api/bayesflow.coupling_networks.rst
docsrc/source/api/bayesflow.default_settings.rst
docsrc/source/api/bayesflow.diagnostics.rst
docsrc/source/api/bayesflow.exceptions.rst
docsrc/source/api/bayesflow.experimental.rectifiers.rst
docsrc/source/api/bayesflow.experimental.rst
docsrc/source/api/bayesflow.helper_classes.rst
docsrc/source/api/bayesflow.helper_functions.rst
docsrc/source/api/bayesflow.helper_networks.rst
docsrc/source/api/bayesflow.inference_networks.rst
docsrc/source/api/bayesflow.losses.rst
docsrc/source/api/bayesflow.mcmc.rst
docsrc/source/api/bayesflow.networks.rst
docsrc/source/api/bayesflow.rst
docsrc/source/api/bayesflow.sensitivity.rst
docsrc/source/api/bayesflow.simulation.rst
docsrc/source/api/bayesflow.summary_networks.rst
docsrc/source/api/bayesflow.trainers.rst
docsrc/source/api/bayesflow.version.rst
docsrc/source/api/bayesflow.wrappers.rst
docsrc/source/css/custom.css
examples/Amortized_Point_Estimation.ipynb
examples/Covid19_Initial_Posterior_Estimation.ipynb
examples/Hierarchical_Model_Comparison_MPT.ipynb
examples/Intro_Amortized_Posterior_Estimation.ipynb
examples/LCA_Model_Posterior_Estimation.ipynb
examples/Linear_ODE_system.ipynb
examples/Model_Comparison_MPT.ipynb
examples/Model_Misspecification.ipynb
examples/TwoMoons_Bimodal_Posterior.ipynb
examples/img/1HT2HT.png
examples/img/bayesflow_overview.png
examples/img/generative_model.png
examples/img/model_misspecification_amortized_sbi.png
examples/img/trainer_connection.png
examples/in_progress/PriorSensitivity_Covid19_Initial.ipynb
img/bayesflow_hex.png
img/high_level_framework.png
img/showcase_calibration_curves.png
img/showcase_confusion_matrix.png
img/showcase_posterior.png
img/showcase_recovery.png
img/showcase_sbc.png
tests/__init__.py
tests/test_amortizers.py
tests/test_attention.py
tests/test_benchmarks.py
tests/test_computational_utilities.py
tests/test_coupling_networks.py
tests/test_helper_networks.py
tests/test_inference_networks.py
tests/test_sensitivity.py
tests/test_simulation.py
tests/test_summary_networks.py
tests/test_trainers.py