whisper-money/tests/Unit
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
..
Enums fix(accounts): show credit cards as positive and exclude them from net worth (#673) 2026-07-13 07:27:52 +00:00
Services fix(banking): stop duplicating EnableBanking transactions with positional entry_reference (#669) 2026-07-12 16:25:13 +00: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-07-18 19:19:03 +02:00
WelchTTestTest.php feat(stats): measure the price experiment funnel with a CM/user decision test 2026-07-18 18:40:37 +02:00