.gitignore
.readthedocs.yaml
LICENSE
README.rst
codemeta.json
paper.bib
paper.md
requirements.txt
setup.cfg
setup.py
.github/workflows/paper.yml
.github/workflows/publish.yml
.github/workflows/test.yml
combine_pvalues_discrete/__init__.py
combine_pvalues_discrete/ctr.py
combine_pvalues_discrete/pdist.py
combine_pvalues_discrete/tools.py
combine_pvalues_discrete/version.py
combine_pvalues_discrete.egg-info/PKG-INFO
combine_pvalues_discrete.egg-info/SOURCES.txt
combine_pvalues_discrete.egg-info/dependency_links.txt
combine_pvalues_discrete.egg-info/requires.txt
combine_pvalues_discrete.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.rst
docs/requirements.txt
examples/comparison.py
examples/mwu.py
examples/simple_example.py
tests/pytest.ini
tests/test_ctr.py
tests/test_direction.py
tests/test_pdist.py
tests/test_tests.py
tests/test_tools.py