.gitignore
MANIFEST.in
README.md
make.sh
pyproject.toml
requirements.txt
setup.cfg
setup.py
tomake.txt
docs/.buildinfo
docs/.nojekyll
docs/Makefile
docs/apiref.html
docs/genindex.html
docs/index.html
docs/installation.html
docs/make.bat
docs/objects.inv
docs/py-modindex.html
docs/search.html
docs/searchindex.js
docs/tomake.txt
docs/usage.html
docs/usage.ipynb
docs/_images/usage_30_0.png
docs/_images/usage_34_0.png
docs/_images/usage_35_0.png
docs/_images/usage_36_0.png
docs/_images/usage_37_0.png
docs/_images/usage_39_0.png
docs/_images/usage_40_0.png
docs/_images/usage_41_0.png
docs/_images/usage_44_0.png
docs/_images/usage_45_0.png
docs/_images/usage_46_0.png
docs/_images/usage_51_0.png
docs/_images/usage_52_0.png
docs/_images/usage_53_0.png
docs/_images/usage_7_0.png
docs/_modules/index.html
docs/_modules/pyblip/blip.html
docs/_modules/pyblip/changepoint.html
docs/_modules/pyblip/create_groups.html
docs/_modules/pyblip/create_groups_cts.html
docs/_modules/pyblip/ecc.html
docs/_modules/pyblip/weight_fns.html
docs/_modules/pyblip/linear/linear.html
docs/_modules/pyblip/nprior/nprior.html
docs/_modules/pyblip/probit/probit.html
docs/_sources/apiref.rst.txt
docs/_sources/index.rst.txt
docs/_sources/installation.rst.txt
docs/_sources/usage.ipynb.txt
docs/_static/alabaster.css
docs/_static/basic.css
docs/_static/custom.css
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/file.png
docs/_static/graphviz.css
docs/_static/jquery-3.5.1.js
docs/_static/jquery.js
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/underscore-1.13.1.js
docs/_static/underscore-1.3.1.js
docs/_static/underscore.js
docs/_static/css/badge_only.css
docs/_static/css/theme.css
docs/_static/css/fonts/Roboto-Slab-Bold.woff
docs/_static/css/fonts/Roboto-Slab-Bold.woff2
docs/_static/css/fonts/Roboto-Slab-Regular.woff
docs/_static/css/fonts/Roboto-Slab-Regular.woff2
docs/_static/css/fonts/fontawesome-webfont.eot
docs/_static/css/fonts/fontawesome-webfont.svg
docs/_static/css/fonts/fontawesome-webfont.ttf
docs/_static/css/fonts/fontawesome-webfont.woff
docs/_static/css/fonts/fontawesome-webfont.woff2
docs/_static/css/fonts/lato-bold-italic.woff
docs/_static/css/fonts/lato-bold-italic.woff2
docs/_static/css/fonts/lato-bold.woff
docs/_static/css/fonts/lato-bold.woff2
docs/_static/css/fonts/lato-normal-italic.woff
docs/_static/css/fonts/lato-normal-italic.woff2
docs/_static/css/fonts/lato-normal.woff
docs/_static/css/fonts/lato-normal.woff2
docs/_static/js/badge_only.js
docs/_static/js/html5shiv-printshiv.min.js
docs/_static/js/html5shiv.min.js
docs/_static/js/theme.js
docs/source/apiref.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/usage.ipynb
docs/source/data/post_samples.txt
docs/source/data/sim_image.txt
docs/source/data/sim_locs.txt
pyblip/__init__.py
pyblip/blip.py
pyblip/changepoint.py
pyblip/create_groups.py
pyblip/create_groups_cts.py
pyblip/ecc.py
pyblip/utilities.py
pyblip/weight_fns.py
pyblip.egg-info/PKG-INFO
pyblip.egg-info/SOURCES.txt
pyblip.egg-info/dependency_links.txt
pyblip.egg-info/requires.txt
pyblip.egg-info/top_level.txt
pyblip/cython_utils/__init__.py
pyblip/cython_utils/_truncnorm.pyx
pyblip/cython_utils/_update_hparams.pyx
pyblip/linear/__init__.py
pyblip/linear/_linear.pyx
pyblip/linear/_linear_multi.pyx
pyblip/linear/linear.py
pyblip/nprior/__init__.py
pyblip/nprior/_nprior.pyx
pyblip/nprior/nprior.py
pyblip/probit/__init__.py
pyblip/probit/probit.py
test/__init__.py
test/context.py
test/test_blip.py
test/test_create_groups.py
test/test_ecc.py
test/test_mcmc.py