File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ def compute_confidence_intervals(
2727 mat_y_u (np.ndarray): Indicator function for 1{Y⩽y}. Shape is n_obs * n_loc.
2828 vec_prediction_target (np.ndarray): Unconditional estimated distributional effects for the treatment group.
2929 vec_prediction_control (np.ndarray): Unconditional estimated distributional effects for the control group.
30- mat_entire_predictions_target (np.ndarray): Conditional stimated distributional effects for target group .
31- mat_entire_predictions_control (np.ndarray): Conditional stimated distributional effects for control group .
30+ mat_entire_predictions_target (np.ndarray): Conditional stimated distributional effects for each observation .
31+ mat_entire_predictions_control (np.ndarray): Conditional stimated distributional effects for each observation .
3232 ind_target (int): Index of the target treatment indicator.
3333 ind_control (int): Index of the control treatment indicator.
3434 alpha (float, optional): Significance level of the confidence bound. Defaults to 0.05.
You can’t perform that action at this time.
0 commit comments