LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.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
cluster_experiments/__init__.py
cluster_experiments/cupac.py
cluster_experiments/experiment_analysis.py
cluster_experiments/perturbator.py
cluster_experiments/power_analysis.py
cluster_experiments/power_config.py
cluster_experiments/random_splitter.py
cluster_experiments/synthetic_control_utils.py
cluster_experiments/utils.py
cluster_experiments/washover.py
cluster_experiments/inference/__init__.py
cluster_experiments/inference/analysis_plan.py
cluster_experiments/inference/analysis_results.py
cluster_experiments/inference/dimension.py
cluster_experiments/inference/hypothesis_test.py
cluster_experiments/inference/metric.py
cluster_experiments/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