LICENSE
MANIFEST.in
README.md
setup.py
src/pyhgf/__init__.py
src/pyhgf/distribution.py
src/pyhgf/math.py
src/pyhgf/model.py
src/pyhgf/networks.py
src/pyhgf/plots.py
src/pyhgf/response.py
src/pyhgf/typing.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/updates/__init__.py
src/pyhgf/updates/binary.py
src/pyhgf/updates/categorical.py
src/pyhgf/updates/continuous.py
src/pyhgf/updates/prediction/__init__.py
src/pyhgf/updates/prediction/binary.py
src/pyhgf/updates/prediction/continuous.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/nodes/__init__.py
src/pyhgf/updates/prediction_error/nodes/binary.py
src/pyhgf/updates/prediction_error/nodes/continuous.py
tests/test_binary.py
tests/test_categorical.py
tests/test_continuous.py
tests/test_distribution.py
tests/test_model.py
tests/test_networks.py
tests/test_plots.py
tests/test_responses.py