.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.md
CHANGELOG.md
LICENSE.txt
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
conda.recipe/conda_build_config.yaml
conda.recipe/meta.yaml
docs/Makefile
docs/authors.md
docs/authors.rst
docs/binaryconfusionmatrix.rst
docs/changelog.md
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/data_methods.rst
docs/display.rst
docs/file_methods.rst
docs/general.rst
docs/goudapath.rst
docs/image.rst
docs/index.md
docs/index.rst
docs/license.rst
docs/moving_stats.rst
docs/readme.md
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/GOUDA.egg-info/PKG-INFO
src/GOUDA.egg-info/SOURCES.txt
src/GOUDA.egg-info/dependency_links.txt
src/GOUDA.egg-info/not-zip-safe
src/GOUDA.egg-info/requires.txt
src/GOUDA.egg-info/top_level.txt
src/gouda/__init__.py
src/gouda/binaryconfusionmatrix.py
src/gouda/confusionmatrix.py
src/gouda/constants.py
src/gouda/data_methods.py
src/gouda/display.py
src/gouda/file_methods.py
src/gouda/general.py
src/gouda/goudapath.py
src/gouda/image.py
src/gouda/moving_stats.py
src/gouda/plot_methods.py
tests/conftest.py
tests/test_binaryconfusionmatrix.py
tests/test_confusionmatrix.py
tests/test_datamethods.py
tests/test_display.py
tests/test_filemethods.py
tests/test_general.py
tests/test_goudapath.py
tests/test_image.py
tests/test_statisticalclasses.py
tests/travis_install.sh