diff_diff.TwoStageBootstrapResults#
- class diff_diff.TwoStageBootstrapResults[source]#
Bases:
objectResults from TwoStageDiD bootstrap inference.
Bootstrap uses multiplier bootstrap on the GMM influence function, consistent with other library estimators. The R did2s package uses block bootstrap by default; multiplier bootstrap is asymptotically equivalent.
- bootstrap_distribution#
Full bootstrap distribution of overall ATT.
- Type:
np.ndarray, optional
Methods
__init__(n_bootstrap, weight_type, alpha, ...)Attributes
- __init__(n_bootstrap, weight_type, alpha, overall_att_se, overall_att_ci, overall_att_p_value, event_study_ses=None, event_study_cis=None, event_study_p_values=None, group_ses=None, group_cis=None, group_p_values=None, bootstrap_distribution=None)#
- classmethod __new__(*args, **kwargs)#