LICENSE
README.md
pyproject.toml
bambi/__init__.py
bambi/formula.py
bambi/model_components.py
bambi/models.py
bambi/transformations.py
bambi/utils.py
bambi/version.py
bambi/version.txt
bambi.egg-info/PKG-INFO
bambi.egg-info/SOURCES.txt
bambi.egg-info/dependency_links.txt
bambi.egg-info/requires.txt
bambi.egg-info/top_level.txt
bambi/backend/__init__.py
bambi/backend/links.py
bambi/backend/model_components.py
bambi/backend/pymc.py
bambi/backend/terms.py
bambi/backend/utils.py
bambi/data/__init__.py
bambi/data/datasets.py
bambi/defaults/__init__.py
bambi/defaults/distributions.py
bambi/defaults/families.py
bambi/defaults/hsgp.py
bambi/defaults/utils.py
bambi/families/__init__.py
bambi/families/family.py
bambi/families/likelihood.py
bambi/families/link.py
bambi/families/multivariate.py
bambi/families/univariate.py
bambi/plots/__init__.py
bambi/plots/plot_cap.py
bambi/plots/utils.py
bambi/priors/__init__.py
bambi/priors/prior.py
bambi/priors/scaler.py
bambi/terms/__init__.py
bambi/terms/base.py
bambi/terms/common.py
bambi/terms/group_specific.py
bambi/terms/hsgp.py
bambi/terms/offset.py
bambi/terms/response.py
bambi/terms/utils.py
tests/test_aliases.py
tests/test_built_models.py
tests/test_data.py
tests/test_formula.py
tests/test_glmlss.py
tests/test_hsgp.py
tests/test_model_construction.py
tests/test_plots.py
tests/test_predict.py
tests/test_priors.py
tests/test_utils.py