Skip to content

Commit b6b2762

Browse files
committed
add a note on lambda_t
1 parent be310ba commit b6b2762

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doubleml/did/datasets/dgp_did_cs_CS2021.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ def make_did_cs_CS2021(n_obs=1000, dgp_type=1, include_never_treated=True, lambd
133133
Whether to include units that are never treated.
134134
135135
lambda_t : float, default=0.5
136-
Probability of observing a unit at each time period.
136+
Probability of observing a unit at each time period. Note that internally `n_obs/lambda_t` individuals are
137+
generated of which only a fraction `lambda_t` is observed at each time period (see Step 7 in the DGP description).
137138
138139
time_type : str, default="datetime"
139140
Type of time variable. Either "datetime" or "float".

0 commit comments

Comments
 (0)