Bootstrap paired significance test for comparing two experiment runs. Pure TypeScript, no external dependencies.
95% confidence interval on the MRR delta [lower, upper].
One-tailed p-value: P(candidate ≤ baseline | H0: no difference).
"accept" (p < 0.05 and delta > 0), "reject" (p < 0.05 and delta ≤ 0), or "inconclusive".
Bootstrap paired significance test for comparing two experiment runs. Pure TypeScript, no external dependencies.