.editorconfig
.gitattributes
.gitignore
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.md
environment.yml
mkdocs.yml
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
statdepth/__init__.py
statdepth.egg-info/PKG-INFO
statdepth.egg-info/SOURCES.txt
statdepth.egg-info/dependency_links.txt
statdepth.egg-info/not-zip-safe
statdepth.egg-info/requires.txt
statdepth.egg-info/top_level.txt
statdepth/depth/__init__.py
statdepth/depth/abstract.py
statdepth/depth/depth.py
statdepth/depth/prob_depth.py
statdepth/depth/calculations/__init__.py
statdepth/depth/calculations/_containment.py
statdepth/depth/calculations/_functional.py
statdepth/depth/calculations/_helper.py
statdepth/depth/calculations/_pointcloud.py
statdepth/depth/calculations/_uncertainty.py
statdepth/homogeneity/__init__.py
statdepth/homogeneity/homogeneity.py
statdepth/testing/__init__.py
statdepth/testing/_generating.py
tests/__init__.py
tests/depthtest.py
tests/test_statdepth.py