Benjamini–Hochberg Procedure (FDR) — GetCalcMaster
Benjamini–Hochberg (BH) procedure controls false discovery rate (FDR). Step-by-step instructions and threshold rule p(i) ≤ (i/m)·q.
Benjamini–Hochberg (BH) controls the false discovery rate (FDR): the expected fraction of false positives among the discoveries. It’s common in exploratory, high‑dimensional testing.
What this calculator is
The Statistics Calculator is an interactive tool inside GetCalcMaster. It’s designed to help you explore scenarios, understand formulas, and document assumptions.
Key features
- Controls FDR at level q
- Often much less conservative than Bonferroni/Holm
- Simple threshold rule after sorting p-values
Formula
Find max i with p(i) ≤ (i/m)·q; reject tests 1..i.Quick examples
With m=100 tests and q=0.05, the i=10 threshold is (10/100)*0.05=0.005.BH often yields more rejections than Bonferroni when many small p-values exist.
How to use it (quick steps)
- Sort p-values ascending: p(1) ≤ … ≤ p(m).
- Choose q (target FDR, e.g., 0.05).
- Find the largest i such that p(i) ≤ (i/m)·q.
- Reject all hypotheses with p ≤ p(i) (the BH cutoff).
Related tools and guides
Featured guides
Deep, human-written guides focused on accuracy, verification, and reproducible workflows.
FAQ
Is this calculator official?
Do you store my inputs on the server?
Tip: For reproducible work, save your inputs and reasoning in Notebook.