Commit Graph

1 Commits

Author SHA1 Message Date
Víctor Falcón 5686617cf8 feat(stats): add an SRM check to the price experiment report
The report now runs a chi-square sample-ratio-mismatch test of the arm counts
against the expected 50/50 split, on both the raw assigned counts and the matured
subset (to catch differential attrition), flagging a low p as an imbalance to
investigate before trusting results. Extract a shared Normal::cdf so the SRM and
Welch tests use one erf implementation.
2026-07-18 19:19:03 +02:00