Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/choosing_estimator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ differences helps interpret results and choose appropriate inference.
- Bootstrap or placebo-based
- Default uses bootstrap resampling. Set ``n_bootstrap=0`` for placebo-based inference using pre-treatment residuals.
* - ``ContinuousDiD``
- Analytical (default)
- Uses delta method SEs by default. Use ``n_bootstrap=199`` (or higher) for multiplier bootstrap inference with proper CIs.
- Analytical (influence function)
- Uses influence-function-based SEs by default. Use ``n_bootstrap=199`` (or higher) for multiplier bootstrap inference with proper CIs.

**Recommendations by sample size:**

Expand Down
2 changes: 1 addition & 1 deletion docs/methodology/continuous-did.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ ATT(d) +/- z_{0.975} * sigma_K(d) / sqrt(n)
### Summary parameter inference

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

---

Expand Down