Skip to content

Commit 5cc905d

Browse files
authored
Merge pull request #184 from igerber/docs/continuous-did-api-reference
Fix ContinuousDiD SE method: influence function, not delta method
2 parents 2993d71 + 480fbe9 commit 5cc905d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/choosing_estimator.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ differences helps interpret results and choose appropriate inference.
276276
- Bootstrap or placebo-based
277277
- Default uses bootstrap resampling. Set ``n_bootstrap=0`` for placebo-based inference using pre-treatment residuals.
278278
* - ``ContinuousDiD``
279-
- Analytical (default)
280-
- Uses delta method SEs by default. Use ``n_bootstrap=199`` (or higher) for multiplier bootstrap inference with proper CIs.
279+
- Analytical (influence function)
280+
- Uses influence-function-based SEs by default. Use ``n_bootstrap=199`` (or higher) for multiplier bootstrap inference with proper CIs.
281281

282282
**Recommendations by sample size:**
283283

docs/methodology/continuous-did.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ ATT(d) +/- z_{0.975} * sigma_K(d) / sqrt(n)
298298
### Summary parameter inference
299299

300300
ACRT^{glob} plug-in estimator is sqrt(n)-consistent and asymptotically normal.
301-
Standard errors via delta method or bootstrap.
301+
Standard errors via influence functions or multiplier bootstrap.
302302

303303
---
304304

0 commit comments

Comments
 (0)