.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
USAGE.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
.github/workflows/publish.yml
.github/workflows/tests.yml
abtk.egg-info/PKG-INFO
abtk.egg-info/SOURCES.txt
abtk.egg-info/dependency_links.txt
abtk.egg-info/top_level.txt
core/base_cluster_test.py
core/base_test_processor.py
core/data_types.py
core/quantile_test_result.py
core/test_result.py
docs/README.md
docs/faq.md
docs/getting-started.md
docs/user-guide/ancova-guide.md
docs/user-guide/cluster-experiments.md
docs/user-guide/experiment-planning.md
docs/user-guide/multiple-comparisons.md
docs/user-guide/nonparametric-tests.md
docs/user-guide/parametric-tests.md
docs/user-guide/quantile-analysis.md
docs/user-guide/test-selection.md
docs/user-guide/variance-reduction.md
examples/ancova_example.py
examples/cluster_experiments_example.py
examples/dataframe_usage_example.py
examples/experiment_planning_example.py
examples/quantile_analysis_example.py
tests/nonparametric/__init__.py
tests/nonparametric/bootstrap_test.py
tests/nonparametric/clustered_bootstrap_test.py
tests/nonparametric/paired_bootstrap_test.py
tests/nonparametric/post_normed_bootstrap_test.py
tests/parametric/__init__.py
tests/parametric/ancova_test.py
tests/parametric/clustered_ancova_test.py
tests/parametric/clustered_ttest.py
tests/parametric/clustered_ztest.py
tests/parametric/cuped_ttest.py
tests/parametric/paired_ttest.py
tests/parametric/ttest.py
tests/parametric/ztest.py
unit_tests/__init__.py
unit_tests/test_alpha_correction.py
unit_tests/test_ancova.py
unit_tests/test_cluster_integration.py
unit_tests/test_cluster_utils.py
unit_tests/test_clustered_bootstrap_test.py
unit_tests/test_clustered_ttest.py
unit_tests/test_clustered_ztest.py
utils/cluster_utils.py
utils/corrections.py
utils/data_validation.py
utils/dataframe_helpers.py
utils/effect_size.py
utils/power_analysis.py
utils/quantile_analysis.py
utils/sample_size_calculator.py
utils/simulation.py
utils/visualization.py
utils/bootstrap/__init__.py
utils/bootstrap/generator.py
utils/bootstrap/statistics.py
utils/tests/test_corrections.py
visualization/plotting.py