CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTORS.md
LICENSE
MANIFEST.in
README.rst
conftest.py
pyproject.toml
setup.cfg
binder/requirements.txt
binder/runtime.txt
dcor/__init__.py
dcor/_dcor.py
dcor/_dcor_internals.py
dcor/_dcor_internals_numba.py
dcor/_energy.py
dcor/_fast_dcov_avl.py
dcor/_fast_dcov_mergesort.py
dcor/_hypothesis.py
dcor/_partial_dcor.py
dcor/_rowwise.py
dcor/_utils.py
dcor/distances.py
dcor/homogeneity.py
dcor/independence.py
dcor/py.typed
dcor.egg-info/PKG-INFO
dcor.egg-info/SOURCES.txt
dcor.egg-info/dependency_links.txt
dcor.egg-info/requires.txt
dcor.egg-info/top_level.txt
dcor/tests/__init__.py
dcor/tests/test_dcor.py
dcor/tests/test_energy.py
dcor/tests/test_homogeneity.py
dcor/tests/test_independence.py
dcor/tests/test_package.py
dcor/tests/test_rowwise.py
docs/.gitignore
docs/Makefile
docs/apilist.rst
docs/citing.rst
docs/conf.py
docs/contributors.md
docs/development.rst
docs/energycomparison.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/refs.bib
docs/theory.rst
docs/_static/switcher.json
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
examples/README.rst
examples/__init__.py
examples/plot_dcor_t_test.py
examples/plot_dcor_usage.py
examples/plot_dcov_test.py
examples/plot_distance_correlation.py
examples/plot_energy_test.py
examples/plot_performance.py