whisper-money/tests/Unit
Víctor Falcón 70348c731f 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-08-10 16:44:28 +02:00
..
Enums fix(accounts): show credit cards as positive and exclude them from net worth (#673) 2026-07-13 07:27:52 +00:00
Mcp fix(mcp): declare all three MCP hints on every tool (#751) 2026-08-10 08:06:00 +00:00
Services fix(banking): strip the ISO 20022 remittance tag from transaction descriptions (#744) 2026-08-09 18:11:05 +02:00
Support refactor: extract duplicated money formatter into App\Support\Money (#680) 2026-07-15 09:47:53 +02:00
.gitkeep Execute browser tests on CI (#10) 2025-12-03 16:26:30 +01:00
ProportionSignificanceTest.php fix(stats): correct the trial/pricing experiment funnel report (#679) 2026-07-15 09:17:32 +02:00
SampleRatioMismatchTest.php feat(stats): add an SRM check to the price experiment report 2026-08-10 16:44:28 +02:00
WelchTTestTest.php feat(stats): measure the price experiment funnel with a CM/user decision test 2026-08-10 16:44:28 +02:00