diff_diff.CSBootstrapResults#
- class diff_diff.CSBootstrapResults[source]#
Bases:
objectResults from Callaway-Sant’Anna multiplier bootstrap inference.
- event_study_cis#
Bootstrap CIs for event study effects.
- bootstrap_distribution#
Full bootstrap distribution of overall ATT (if requested).
- Type:
Optional[np.ndarray]
- overall_att_es_se#
Bootstrap standard error for the paper Eq. 4.14 overall (event-study average).
- Type:
Optional[float]
- overall_att_es_ci#
Bootstrap confidence interval for the Eq. 4.14 overall.
Methods
__init__(n_bootstrap, weight_type, alpha, ...)Attributes
cband_crit_value- __init__(n_bootstrap, weight_type, alpha, overall_att_se, overall_att_ci, overall_att_p_value, group_time_ses, group_time_cis, group_time_p_values, event_study_ses=None, event_study_cis=None, event_study_p_values=None, group_effect_ses=None, group_effect_cis=None, group_effect_p_values=None, bootstrap_distribution=None, cband_crit_value=None, overall_att_es_se=None, overall_att_es_ci=None, overall_att_es_p_value=None)#
- classmethod __new__(*args, **kwargs)#