LICENSE
MANIFEST.in
README.md
setup.py
src/pyhgf/__init__.py
src/pyhgf/distribution.py
src/pyhgf/math.py
src/pyhgf/plots.py
src/pyhgf/response.py
src/pyhgf/typing.py
src/pyhgf/utils.py
src/pyhgf.egg-info/PKG-INFO
src/pyhgf.egg-info/SOURCES.txt
src/pyhgf.egg-info/dependency_links.txt
src/pyhgf.egg-info/requires.txt
src/pyhgf.egg-info/top_level.txt
src/pyhgf/data/binary_input.txt
src/pyhgf/data/binary_response.txt
src/pyhgf/data/usdchf.txt
src/pyhgf/model/__init__.py
src/pyhgf/model/hgf.py
src/pyhgf/model/network.py
src/pyhgf/updates/__init__.py
src/pyhgf/updates/posterior/__init__.py
src/pyhgf/updates/posterior/binary.py
src/pyhgf/updates/posterior/categorical.py
src/pyhgf/updates/posterior/continuous.py
src/pyhgf/updates/posterior/exponential.py
src/pyhgf/updates/prediction/__init__.py
src/pyhgf/updates/prediction/binary.py
src/pyhgf/updates/prediction/continuous.py
src/pyhgf/updates/prediction/dirichlet.py
src/pyhgf/updates/prediction_error/__init__.py
src/pyhgf/updates/prediction_error/inputs/__init__.py
src/pyhgf/updates/prediction_error/inputs/binary.py
src/pyhgf/updates/prediction_error/inputs/continuous.py
src/pyhgf/updates/prediction_error/inputs/generic.py
src/pyhgf/updates/prediction_error/nodes/__init__.py
src/pyhgf/updates/prediction_error/nodes/binary.py
src/pyhgf/updates/prediction_error/nodes/continuous.py
src/pyhgf/updates/prediction_error/nodes/dirichlet.py
tests/test_binary.py
tests/test_categorical.py
tests/test_continuous.py
tests/test_distribution.py
tests/test_math.py
tests/test_model.py
tests/test_plots.py
tests/test_responses.py
tests/test_utils.py