Commit b0399ee
Address PR #389 R8 P3: mass-point is a distinct estimator path, not a fallback
The "Mass-point fit fallback" troubleshooting subsection framed
`mass_point` as a fallback that "just changes the SE regime." Per
`had.py:33-39, 2260-2272` and REGISTRY:2400-2402, 2523-2527, mass-point is
a distinct Design 1 estimator path from dCDH 2026 paper Section 3.2.4
(not the Appendix): both the point estimate (Wald-IV sample-average ratio
with binary instrument `Z_g = 1{D_{g,2} > d_lower}`) AND the SE
(structural-residual 2SLS sandwich) differ from the continuous local-linear
/ CCT-2014 paths.
Renamed the subsection to "Mass-point design selected", rewrote the cause
to spell out the 2%-modal-fraction trigger, the Wald-IV ratio formula, and
the structural-residual sandwich; corrected the paper-section attribution
(Section 3.2.4, not Appendix); refined the solution snippet to point at
re-binning to drop modal fraction below 2% if the user prefers
continuous_near_d_lower.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 96eb711 commit b0399ee
1 file changed
Lines changed: 21 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
518 | | - | |
519 | | - | |
| 518 | + | |
| 519 | + | |
520 | 520 | | |
521 | | - | |
522 | | - | |
| 521 | + | |
| 522 | + | |
523 | 523 | | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
529 | 534 | | |
530 | 535 | | |
531 | 536 | | |
532 | 537 | | |
533 | 538 | | |
534 | | - | |
535 | | - | |
| 539 | + | |
| 540 | + | |
536 | 541 | | |
537 | | - | |
538 | | - | |
539 | | - | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
540 | 547 | | |
541 | 548 | | |
542 | 549 | | |
| |||
0 commit comments