DonorPoolQualityResult#
- class causalpy.experiments.sc_results.DonorPoolQualityResult[source]#
Result of a donor pool quality assessment.
Produced by
SyntheticControl.donor_pool_quality().- convex_hull_coverage#
Fraction of pre-period time points where treated is within the donor envelope.
- Type:
- weight_concentration#
Effective number of donors (1 / sum(w_i^2)), measuring how concentrated the Dirichlet weights are.
- Type:
- per_donor_details#
Per-donor statistics: correlation, mean weight, etc.
- Type:
pd.DataFrame
Methods
Formatted summary with per-metric scores and qualitative assessment.
Attributes
- __init__(correlation_score, convex_hull_coverage, weight_concentration, per_donor_details)#
- classmethod __new__(*args, **kwargs)#