CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
bayesian_listener/__init__.py
bayesian_listener/auditory_representation.py
bayesian_listener/bayesian_listener.py
bayesian_listener/fitting.py
bayesian_listener/metrics.py
bayesian_listener/plotting.py
bayesian_listener/resample.py
bayesian_listener/utils.py
bayesian_listener.egg-info/PKG-INFO
bayesian_listener.egg-info/SOURCES.txt
bayesian_listener.egg-info/dependency_links.txt
bayesian_listener.egg-info/requires.txt
bayesian_listener.egg-info/top_level.txt
docs/Makefile
docs/background.rst
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/make.bat
docs/_static/favicon.png
docs/api/bayesian_listener.rst
docs/api/fitting.rst
docs/api/index.rst
docs/api/metrics.rst
docs/api/plotting.rst
docs/api/resample.rst
docs/api/utils.rst
docs/guides/compare_interpolation.rst
docs/guides/fit_model.rst
docs/guides/index.rst
docs/guides/simulate_responses.rst
docs/guides/understand.rst
tests/__init__.py
tests/test_bayesian_listener.py
tests/test_fitting.py
tests/test_guide_compare_interpolation.py
tests/test_guide_fit_model.py
tests/test_guide_simulate.py
tests/test_guide_understand.py
tests/test_imports.py
tests/test_metrics.py
tests/test_resample.py