
support_tickets is a planted true null that lands at raw p = 0.042 โ "significant" by the naive rule. Benjamini-Hochberg adjusts it to 0.062 and correctly leaves it alone.simulations/validate_engine.py checks the statistical guarantees.scipy.stats.ttest_ind to 1e-10, Bonferroni and BH against statsmodels.multipletests (including tied p-values), and the power trio against TTestIndPower plus Cohen's published benchmark (d = 0.5, ฮฑ = 0.05, power = 0.8 โน n = 64 per group, reproduced exactly). 360 tests, >90% coverage, CI on Python 3.10/3.11/3.12.docs/methodology.md, or the complete technical report (PDF).ExperimentReport.Posted Aug 23, 2026
Statistical engine for experiment analysis: hypothesis tests, FDR correction, and power analysis โ verified via Monte Carlo simulation, 360 benchmark tests.
0
0