diff_diff.EDiDBootstrapResults#
- class diff_diff.EDiDBootstrapResults[source]#
Bases:
objectBootstrap inference results for EfficientDiD.
Methods
__init__(n_bootstrap, weight_type, alpha, ...)Attributes
bootstrap_distributionevent_study_cisevent_study_p_valuesevent_study_sesgroup_effect_cisgroup_effect_p_valuesgroup_effect_sesn_bootstrapweight_typealphaoverall_att_seoverall_att_cioverall_att_p_valuegroup_time_sesgroup_time_cisgroup_time_p_values- __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)#
- classmethod __new__(*args, **kwargs)#