diff_diff.EDiDBootstrapResults#

class diff_diff.EDiDBootstrapResults[source]#

Bases: object

Bootstrap inference results for EfficientDiD.

Methods

__init__(n_bootstrap, weight_type, alpha, ...)

Attributes

bootstrap_distribution

event_study_cis

event_study_p_values

event_study_ses

group_effect_cis

group_effect_p_values

group_effect_ses

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

__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)#
Parameters:
Return type:

None

classmethod __new__(*args, **kwargs)#