LICENSE
README.md
pyproject.toml
covtest/__init__.py
covtest/datasets/__init__.py
covtest/datasets/loader.py
covtest/datasets/data/iris_dataset.npz
covtest/diagnostics/__init__.py
covtest/diagnostics/assumptions.py
covtest/diagnostics/evaluate_pvalues.py
covtest/methods/__init__.py
covtest/methods/_ahmad.py
covtest/methods/_cai.py
covtest/methods/_chang.py
covtest/methods/_chen_xu_gram.py
covtest/methods/_cheng_2019.py
covtest/methods/_ding.py
covtest/methods/_eriksen_1987.py
covtest/methods/_ishii2015.py
covtest/methods/_liu_2014.py
covtest/methods/_srivastava_2005.py
covtest/methods/_srivastava_yanagihara.py
covtest/methods/_tsukuda_2019.py
covtest/methods/_tylers.py
covtest/methods/binary_string_tw.p
covtest/methods/hypothesis_identity.py
covtest/methods/hypothesis_proportionality.py
covtest/methods/hypothesis_spherical.py
covtest/methods/hypothesis_two_sample.py
covtest/methods/rmt_stat.py
covtest/methods/tracy_widom.py
covtest/methods/utils.py
covtest/multiplicity/__init__.py
covtest/multiplicity/fdr.py
covtest/multiplicity/fwer.py
covtest/plotting/__init__.py
covtest/plotting/alternative.py
covtest/plotting/null.py
covtest/plotting/structure.py
covtest/simulation/__init__.py
covtest/simulation/generate_covariances.py
covtest/simulation/generate_data.py
covtest/testing/__init__.py
covtest/testing/timing.py
scikit_covtest.egg-info/PKG-INFO
scikit_covtest.egg-info/SOURCES.txt
scikit_covtest.egg-info/dependency_links.txt
scikit_covtest.egg-info/requires.txt
scikit_covtest.egg-info/top_level.txt
tests/test_diagnostics.py
tests/test_fdr.py
tests/test_fwer.py
tests/test_generate_covariances.py
tests/test_generate_data.py
tests/test_loader.py
tests/test_methods_identity.py
tests/test_methods_proportionality.py
tests/test_methods_spherical.py
tests/test_methods_two_sample.py
tests/test_plots.py
tests/test_rmstat.py
tests/test_rmt4ds_covtest.py
tests/test_timing.py
tests/test_timing_coverage.py