Skip to content

Commit 16d3775

Browse files
committed
update doc string
1 parent 7fbb973 commit 16d3775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dte_adj/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)