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
R-style NA propagation for avg_att (P1) and scipy_lstsq tolerance (P1)
- avg_att is now NaN if ANY post-period effect is unidentified, matching
R's default NA propagation semantics (mean(c(1,2,NA)) returns NA)
- Add explicit cond=1e-07 to scipy_lstsq calls for consistency with
Rust backend and QR rank tolerance
- Document avg_att NA behavior in REGISTRY.md
- Add test for avg_att NaN propagation when period effect is unidentified
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments