LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
ab_lab/__init__.py
ab_lab/cupac.py
ab_lab/experiment_analysis.py
ab_lab/perturbator.py
ab_lab/power_analysis.py
ab_lab/power_config.py
ab_lab/random_splitter.py
ab_lab/synthetic_control_utils.py
ab_lab/utils.py
ab_lab/washover.py
ab_lab.egg-info/PKG-INFO
ab_lab.egg-info/SOURCES.txt
ab_lab.egg-info/dependency_links.txt
ab_lab.egg-info/requires.txt
ab_lab.egg-info/top_level.txt
ab_lab/inference/__init__.py
ab_lab/inference/analysis_plan.py
ab_lab/inference/analysis_results.py
ab_lab/inference/dimension.py
ab_lab/inference/hypothesis_test.py
ab_lab/inference/metric.py
ab_lab/inference/variant.py
tests/__init__.py
tests/test_docs.py
tests/test_non_clustered.py
tests/test_utils.py
tests/utils.py
tests/analysis/__init__.py
tests/analysis/conftest.py
tests/analysis/test_analysis.py
tests/analysis/test_hypothesis.py
tests/analysis/test_ols_analysis.py
tests/analysis/test_synthetic_analysis.py
tests/cupac/__init__.py
tests/cupac/conftest.py
tests/cupac/test_aggregator.py
tests/cupac/test_cupac_handler.py
tests/perturbator/__init__.py
tests/perturbator/conftest.py
tests/perturbator/test_perturbator.py
tests/power_analysis/__init__.py
tests/power_analysis/conftest.py
tests/power_analysis/test_cupac_power.py
tests/power_analysis/test_multivariate.py
tests/power_analysis/test_normal_power_analysis.py
tests/power_analysis/test_parallel.py
tests/power_analysis/test_power_analysis.py
tests/power_analysis/test_power_analysis_with_pre_experiment_data.py
tests/power_analysis/test_power_raises.py
tests/power_analysis/test_seed.py
tests/power_analysis/test_switchback_power.py
tests/splitter/__init__.py
tests/splitter/conftest.py
tests/splitter/test_fixed_size_clusters_splitter.py
tests/splitter/test_splitter.py
tests/splitter/test_switchback_splitter.py
tests/splitter/test_time_col.py
tests/splitter/test_washover.py