You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove allow_zero_se — let SE=0 produce NaN inference consistently
The allow_zero_se feature introduced P0 bugs: it couldn't distinguish
census FPC (legitimate zero variance) from single-PSU (unidentified
variance), and it created partial-NaN violations (finite CI with NaN
t_stat). Reverting to the original behavior where SE=0 always produces
all-NaN inference. Census FPC users can use analytical inference
(n_bootstrap=0) which handles this case correctly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments