diff_diff.ImputationBootstrapResults#
- class diff_diff.ImputationBootstrapResults[source]#
Bases:
objectResults from ImputationDiD bootstrap inference.
Bootstrap is a library extension beyond Borusyak et al. (2024), which proposes only analytical inference via the conservative variance estimator. Provided for consistency with CallawaySantAnna and SunAbraham.
- 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)#