LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
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.egg-info/PKG-INFO
cluster_experiments.egg-info/SOURCES.txt
cluster_experiments.egg-info/dependency_links.txt
cluster_experiments.egg-info/requires.txt
cluster_experiments.egg-info/top_level.txt
cluster_experiments/inference/__init__.py
cluster_experiments/inference/analysis_plan.py
cluster_experiments/inference/analysis_plan_config.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_delta_e2e.py
tests/analysis/test_delta_method.py
tests/analysis/test_formula.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/inference/__init__.py
tests/inference/conftest.py
tests/inference/test_analysis_plan.py
tests/inference/test_analysis_plan_config.py
tests/inference/test_analysis_results.py
tests/inference/test_delta_method.py
tests/inference/test_dimension.py
tests/inference/test_hypothesis_test.py
tests/inference/test_metric.py
tests/inference/test_variant.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_delta.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/power_config/__init__.py
tests/power_config/test_missing_arguments_error.py
tests/power_config/test_params_flow.py
tests/power_config/test_warnings_superfluous_params.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