diff_diff.WildBootstrapResults#
- class diff_diff.WildBootstrapResults[source]#
Bases:
objectResults from wild cluster bootstrap inference.
- bootstrap_distribution#
Full bootstrap distribution of coefficients (if requested).
- Type:
np.ndarray, optional
References
Cameron, A. C., Gelbach, J. B., & Miller, D. L. (2008). Bootstrap-Based Improvements for Inference with Clustered Errors. The Review of Economics and Statistics, 90(3), 414-427.
Methods
__init__(se, p_value, t_stat_original, ...)print_summary()Print formatted summary to stdout.
summary()Generate formatted summary of bootstrap results.
Attributes
- __init__(se, p_value, t_stat_original, ci_lower, ci_upper, n_clusters, n_bootstrap, weight_type, alpha=0.05, bootstrap_distribution=None)#
- classmethod __new__(*args, **kwargs)#