File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ ATT(d) +/- z_{0.975} * sigma_K(d) / sqrt(n)
298298### Summary parameter inference
299299
300300ACRT^{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
You can’t perform that action at this time.
0 commit comments