LICENSE
README.md
pyproject.toml
pymob/__init__.py
pymob/__main__.py
pymob/infer.py
pymob/prior_predictive_checks.py
pymob/simulate.py
pymob/simulation.py
pymob.egg-info/PKG-INFO
pymob.egg-info/SOURCES.txt
pymob.egg-info/dependency_links.txt
pymob.egg-info/entry_points.txt
pymob.egg-info/requires.txt
pymob.egg-info/top_level.txt
pymob/examples/__init__.py
pymob/examples/linear_regression.py
pymob/inference/__init__.py
pymob/inference/analysis.py
pymob/inference/base.py
pymob/inference/interactive.py
pymob/inference/numpyro_backend.py
pymob/inference/numpyro_dist_map.py
pymob/inference/optimization.py
pymob/inference/pyabc_backend.py
pymob/inference/pymoo_backend.py
pymob/inference/scipy_backend.py
pymob/inference/sbi/plot_posterior_predictions.py
pymob/inference/sbi/posterior_predictions.py
pymob/inference/sbi/process_simulations.py
pymob/inference/sbi/sbi_backend.py
pymob/inference/sbi/sbi_snle_sample_posterior.py
pymob/inference/sbi/sbi_utils.py
pymob/inference/sbi/train_network.py
pymob/sim/__init__.py
pymob/sim/base.py
pymob/sim/config.py
pymob/sim/evaluator.py
pymob/sim/parameters.py
pymob/sim/plot.py
pymob/sim/report.py
pymob/sim/solvetools.py
pymob/solvers/__init__.py
pymob/solvers/analytic.py
pymob/solvers/base.py
pymob/solvers/diffrax.py
pymob/solvers/scipy.py
pymob/solvers/symbolic.py
pymob/utils/__init__.py
pymob/utils/bayesian.py
pymob/utils/config.py
pymob/utils/errors.py
pymob/utils/help.py
pymob/utils/math_helpers.py
pymob/utils/misc.py
pymob/utils/plot_helpers.py
pymob/utils/store_file.py
pymob/utils/testing.py
tests/test_backend_interactive.py
tests/test_backend_numpyro.py
tests/test_backend_pyabc.py
tests/test_backend_pymoo.py
tests/test_backend_sbi.py
tests/test_backend_scipy.py
tests/test_backend_symbolic.py
tests/test_config.py
tests/test_inference.py
tests/test_numpyro_behavior.py
tests/test_parameters.py
tests/test_reporting.py
tests/test_simulation.py
tests/test_solvers.py