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
Reject replicate designs in unsupported estimators
Add NotImplementedError for replicate-weight survey designs in
DifferenceInDifferences, MultiPeriodDiD, StackedDiD, ImputationDiD,
TwoStageDiD, SyntheticDiD, and TROP. These estimators use TSL
(compute_survey_vcov) or custom variance computations that do not
dispatch to replicate-based variance.
Document full replicate-weight support matrix in REGISTRY.md.
Also adds df<=0 early-return in safe_inference/safe_inference_batch,
fixes LinearRegression.get_inference() generic fallback for replicate
designs, re-applies EfficientDiD replicate guard after unit design
rebuild, and adds guard at CS first df_survey read.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments