Pith. sign in

REVIEW 1 major objections 5 minor 79 references

False Discovery Control in Multiple Testing: A Brief Overview of Theories and Methodologies

T0 review · 1 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read This review claims that the vast majority of offline FDR control methods fit a three-step pattern — rank, estimate the false discovery proportion, then threshold — and organizes the literature around that pattern.

desk verdict A solid, useful FDR-control review with one clear typo in the adaptive-BH threshold range; publish after a minor fix. read the letter →

arxiv 2411.10647 v1 pith:VSGKN3IJ submitted 2024-11-16 stat.ME math.STstat.APstat.TH

classification stat.MEmath.STstat.APstat.TH MSC 62H1562J1562F03
keywords falsediscoveryratemultipletestingcomparisonstype1errorBenjamini-Hochbergprocedurelocale-valuemirrorsequence
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper is a review of methods that control the false discovery rate (FDR), the expected proportion of false positives among rejected hypotheses. Its central organizing claim is that almost all offline FDR methods fit a three-step pattern: rank the hypotheses with a summary statistic, estimate the false discovery proportion (FDP) at each possible threshold, then reject everything whose statistic falls below the largest threshold with estimated FDP at or below the target level $\alpha$. The authors demonstrate the pattern on the Benjamini-Hochberg procedure, null-proportion adaptive versions, mirror-sequence and knockoff methods, weighted p-values, the Bayesian Sun-Cai local-FDR procedure, and dependence-robust methods including e-BH. A reader who follows the review gets a common vocabulary for comparing methods, because most innovation in the field happens in either the ranking step or the FDP-estimation step.

What carries the argument

The load-bearing object is the three-step framework, with the FDP estimators that make it concrete. For any threshold $t$, an FDR method must produce a ranking statistic $T_i$, an estimator $\widehat{\mathrm{FDP}}(t)$ for the proportion of false rejections among tests with $T_i \le t$, and a threshold $t_\alpha = \sup\{t : \widehat{\mathrm{FDP}}(t) \le \alpha\}$. The paper supplies explicit estimators that all turn on the same identity: the expected number of null p-values below $t$ divided by the observed number of rejections. The BH estimator $mt/\sum_i \mathbf{1}(P_i \le t)$, the Storey estimator $\hat\pi_0(\lambda) mt / \sum_i \mathbf{1}(P_i \le t)$, the mirror-sequence estimator $(1 + \sum_i \mathbf{1}(1-P_i \le t))/\sum_i \mathbf{1}(P_i \le t)$, and the weighted-BH estimator $\sum_i w_i t / \sum_i \mathbf{1}(P_i/w_i \le t)$ are all variants of this comparison, as is the Sun-Cai estimator that replaces counts by sums of local FDR values. The framework does the work of unifying frequentist and Bayesian methods under one decision rule.

What would settle it

One concrete test is a literature count: collect the offline FDR-controlling procedures from a fixed set of recent papers and textbooks and check whether each one explicitly ranks hypotheses and defines an estimated FDP function before thresholding. If a substantial share, say a quarter or more, do not, then the 'vast majority' claim in Section 2.1 fails.

Watch

Extended reading notes

Core claim

The paper's central claim, stated in Section 2.1, is that the vast majority of methodologies developed to control FDR in offline analyses adhere to the three-step framework of ranking, FDP estimation, and thresholding. It then recasts the field's main procedures as instances of that recipe: the BH procedure uses p-values for ranking and the plug-in estimator $\widehat{\mathrm{FDP}}(t) = mt/\sum_i \mathbf{1}(P_i \le t)$; Storey's adaptive version multiplies that estimator by an estimated null proportion $\hat\pi_0(\lambda)$; mirror-sequence methods use the null symmetry of $P_i$ and $1-P_i$ to estimate FDP; weighted BH uses weights in both ranking and FDP estimation; and the Sun-Cai procedure replaces p-values by the local false discovery rate $\mathrm{Lfdr}(X_i) = P(\theta_i=0 \mid X_i)$, the posterior probability that a hypothesis is null given its statistic, which the paper argues carries more information about the alternative distribution. The paper also reviews dependence-robust methods, including the Benjamini-Yekutieli correction, conditional calibration, and e-BH, framed as ways to keep FDP estimation valid when independence fails. The claim is that the differences among methods are largely differences in Step 1 and Step 2, not in the overall decision structure.

Load-bearing premise

The claim stands or falls on the accuracy of the paper's restatements of other people's theorems and on whether its selection of methods fairly represents the offline FDR literature.

Editorial extensions

If this is right

  • Because the BH procedure controls FDR at $\alpha |H_0|/m$ under independence and PRDS dependence, practitioners can expect it to be conservative when many nulls are true, and can sharpen it by estimating the null proportion.
  • Ranking by local FDR instead of p-value can improve power, because the local FDR uses information about the alternative distribution; the paper states this is why the Sun-Cai procedure can beat optimal p-value procedures.
  • Mirror-sequence and mirror-statistic constructions, including knockoffs, control FDR in finite samples by exploiting symmetry under the null, without requiring a user-chosen tuning parameter like $\lambda$.
  • Under arbitrary dependence, e-BH controls FDR by turning e-values into super-uniform p-values, and e-values remain valid under optional stopping, making them attractive for sequential and aggregate evidence.
  • The three-step framework gives practitioners a direct way to compare methods: any new offline procedure can be described by what statistic it ranks on and how it estimates FDP before thresholding.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The three-step decomposition is implicitly a design recipe: a methodologist can invent a new FDR procedure by swapping in a better ranking statistic or a sharper FDP estimator while leaving the thresholding rule untouched.
  • Because the review is explicitly limited to offline testing, a natural extension of the framework is to online FDR procedures; the paper's discussion of e-values and martingales suggests the same ranking-estimation-thresholding logic may carry over in a time-indexed form.
  • The paper's framing predicts that methods will be compared mainly by which step they improve, so a reader can classify any newly published FDR method by asking whether it contributes a new statistic, a new FDP estimator, or a new thresholding rule.
  • A testable consequence of the e-value material is that in strongly dependent settings e-BH will typically reject less than BH or adaptive BH; the paper cites comparisons but does not itself run one, so a simulation study could quantify the power gap.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

1 major / 5 minor

Summary. This manuscript is a review article on false discovery rate (FDR) control in offline multiple testing. It proposes a three-step framework (ranking, FDP estimation, thresholding) and uses it to organize a large literature: the Benjamini-Hochberg procedure and its variants (adaptive/π0 procedures, mirror sequences, weighted p-values), the Sun-Cai local FDR procedure and its side-information extensions, FDR control under dependence (PRDS, weak dependence, general dependence via the BY correction, dBH, and e-values), and pointers to online testing. The paper is explicitly non-exhaustive and directs readers to original sources; its own contribution is an expository conceptual map rather than new theorems.

Significance. If corrected, the survey would be a useful and generally accurate compact map of a large and rapidly evolving literature. Its strengths are the clear three-step organizing principle, the broadly correct statements of the central results (BH, PRDS, e-BH), and the up-to-date coverage of mirror sequences, knockoffs, conformal p-values, and generalized e-values. The paper is also commendably explicit about its selective scope and cites accessible proofs for several key results. However, because the value of the paper is precisely that readers can rely on its formulas and conditions, a correctness error in the adaptive-BH threshold interval and its propagation into the mirror-sequence derivation are not merely cosmetic; they need to be fixed before the review can serve as a dependable reference.

major comments (1)
  1. [Section 3.2 and Section 3.3 (Eq. (7)-(9))] The definition of t_λ_α as sup{t ∈ (0, 1−λ] : \hat FDP_λ(t) ≤ α} is incorrect as printed and should be sup{t ∈ (0, λ] : ...}. Since \hat π0(λ) is estimated from the upper tail {P_i ≥ λ}, the conservative interpretation of \hat FDP_λ(t) requires the rejection set {P_i ≤ t} and the estimation set {P_i ≥ λ} to be disjoint, which is guaranteed by t ≤ λ. The printed range permits t > λ, where the estimator can be anti-conservative. For example, under the global null with m = 2, λ = 0.2, and t = 0.8, the event that both p-values are below 0.5 gives \hat FDP_λ(t) = 0.5 while the true FDP is 1. This error propagates to Section 3.3: substituting λ = 1 − t into the corrected inequality t ≤ λ yields t ≤ 0.5, which is exactly Eq. (9), whereas substituting into the printed inequality t ≤ 1 − λ gives only the tautology t ≤ t and cannot justify the 0.5 bound. Theorem 2 itself appears correct under the corrected range, but the derivation as printed is incoherent.
minor comments (5)
  1. [Section 3.2, Eq. (5)-(6)] The sentence 'The ≥ in (6) is sharper when λ is bigger' is unclear and seems backwards, since the lower bound involves P(P_i ≥ λ), which decreases as λ increases; please rephrase or correct.
  2. [Section 3.3, Theorem 2] Unlike Theorem 1, Theorem 2 states no explicit assumptions on the p-values; please state the required conditions (e.g., independence of null p-values, or the exact conditions in Leung and Sun 2022) so that the theorem statement is self-contained.
  3. [Section 3.4] There is a notational slip in the sentence defining the weights: 'independent of P_1, ..., P_n' should be 'independent of P_1, ..., P_m'.
  4. [Section 5.1, Example 1] The PRDS characterization for the multivariate normal is garbled: it should be stated in terms of the index set I0 (not H0) and, in the standard form, nonnegative covariances Σij ≥ 0 rather than strict positivity.
  5. [Throughout] Please copyedit for typos such as 'acros s', 'Univeristy', 'is is', 'weighed' in Section 3.4, and 'a overview' in Section 5.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper is a survey whose descriptions are attributed to external sources, and its own organizational framework is not used to derive any of the cited results.

full rationale

This is a review article rather than a derivation paper: the formal claims it reports are explicitly attributed to external literature (e.g., Theorem 1 to Benjamini and Hochberg 1995, Theorem 2 to Leung and Sun 2022, the adaptive-BH result to Storey et al. 2004, the e-BH guarantee to Wang and Ramdas 2022). The paper advances no new theorem whose conclusion depends on accepting the authors' own prior findings. The self-citations that do appear, such as Fu et al. (2022) in Section 4.2 and Banerjee et al. (2023) in Section 5.3, are used as literature pointers alongside independent external references, and they do not supply the premises of any load-bearing argument in this paper. Section 2.1's 'ranking, FDP estimation, thresholding' schema is an expository organizational device, not a result derived from or equivalent to the methods it later describes; the subsequent sections demonstrate how published procedures fit that schema, but the schema itself imposes no mathematical constraint on those procedures. The skeptical observation about the printed range t ∈ (0,1−λ] in Section 3.2, and the substitution λ = 1−t in Section 3.3, is best understood as an internal correctness or typographical issue in the exposition: the displayed FDP estimator and the attributed FDR-control theorem are not defined in terms of the conclusion that the survey wants to draw, so the error does not make the derivation circular. No step in the paper reduces, by construction or by self-citation, to its own inputs, so the appropriate circularity score is 0.

Assumptions & free parameters 0 free parameters · 4 assumptions · 0 invented entities

This review introduces no new parameters or entities. The axioms listed are standard assumptions of the methods being surveyed; the review reports these assumptions but does not derive them. All theorems are attributed to the cited literature.

assumptions (4)
  • standard math FDR is defined as the expectation of the false discovery proportion (Section 2, Eq. 1).
    Definition used throughout the review; accepted in the multiple testing literature.
  • domain assumption Under the null hypothesis, p-values are uniformly distributed on [0,1] (Section 2, paragraph 1).
    Underpins the BH procedure and related estimators of the false discovery proportion.
  • domain assumption Independence of p-values under the null for the BH theorem (Theorem 1).
    Condition stated in Theorem 1 for the BH procedure's FDR control.
  • domain assumption For Theorem 3, p-values satisfy positive regression dependence (PRDS) on the set of true nulls.
    Condition under which the BH procedure controls FDR, as defined in Section 5.1.

how reviews work

0 comments
Cite this review

Pith. "Pith review of False Discovery Control in Multiple Testing: A Brief Overview of Theories and Methodologies." pith.science (2026). https://pith.science/paper/VSGKN3IJ

@misc{pith2026241110647,
  author       = {Pith},
  title        = {Pith review of: False Discovery Control in Multiple Testing: A Brief Overview of Theories and Methodologies},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/VSGKN3IJ}},
  note         = {Machine review of arXiv:2411.10647}
}
read the original abstract

As the volume and complexity of data continue to expand across various scientific disciplines, the need for robust methods to account for the multiplicity of comparisons has grown widespread. A popular measure of type 1 error rate in multiple testing literature is the false discovery rate (FDR). The FDR provides a powerful and practical approach to large-scale multiple testing and has been successfully used in a wide range of applications. The concept of FDR has gained wide acceptance in the statistical community and various methods has been proposed to control the FDR. In this work, we review the latest developments in FDR control methodologies. We also develop a conceptual framework to better describe this vast literature; understand its intuition and key ideas; and provide guidance for the researcher interested in both the application and development of the methodology.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

79 extracted references · 59 canonical work pages

  1. [1]

    L., and Johnstone, I

    Abramovich, F., Benjamini, Y., Donoho, D. L., and Johnstone, I. M. (2005). Adapting to unknown sparsity by controlling the false discovery rate. Annals of Statistics , 34:584--653

  2. [2]

    and Rosset, S

    Aharoni, E. and Rosset, S. (2014). Generalized -investing: definitions, optimality results and application to public databases. Journal of the Royal Statistical Society Series B: Statistical Methodology , 76(4):771--794

  3. [3]

    N., Bates, S., Cand \`e s, E

    Angelopoulos, A. N., Bates, S., Cand \`e s, E. J., Jordan, M. I., and Lei, L. (2021). Learn then test: Calibrating predictive algorithms to achieve risk control. arXiv preprint arXiv:2110.01052

  4. [4]

    H., and Smith, L

    Bailey, N., Pesaran, M. H., and Smith, L. V. (2019). A multiple testing approach to the regularisation of large sample correlation matrices. Journal of Econometrics , 208(2):507--534

  5. [5]

    Banerjee, T., Gang, B., and He, J. (2023). Harnessing the collective wisdom: Fusion learning using decision sequences from diverse sources. arXiv preprint arXiv:2308.11026

  6. [6]

    Barber, R. F. and Cand \`e s, E. J. (2015). Controlling the false discovery rate via knockoffs. The Annals of Statistics , pages 2055--2085

  7. [7]

    Barber, R. F. and Cand \`e s, E. J. (2019). A knockoff filter for high-dimensional selective inference. The Annals of Statistics , 47(5):2504--2537

  8. [8]

    Bashari, M., Epstein, A., Romano, Y., and Sesia, M. (2023). Derandomized novelty detection with fdr control via conformal e-values. arXiv preprint arXiv:2302.07294

Show all 79 references
  1. [9]

    Bates, S., Cand \`e s, E., Lei, L., Romano, Y., and Sesia, M. (2023). Testing for outliers with conformal p-values. The Annals of Statistics , 51(1):149--178

  2. [10]

    and Heller, R

    Benjamini, Y. and Heller, R. (2007). False discovery rates for spatial signals. Journal of the American Statistical Association , 102(480):1272--1281

  3. [11]

    and Hochberg, Y

    Benjamini, Y. and Hochberg, Y. (1995). Controlling the false discovery rate: a practical and powerful approach to multiple testing. Journal of the Royal statistical society: series B (Methodological) , 57(1):289--300

  4. [12]

    and Yekutieli, D

    Benjamini, Y. and Yekutieli, D. (2001). The control of the false discovery rate in multiple testing under dependency. Annals of statistics , pages 1165--1188

  5. [13]

    Cai, T., Sun, W., and Wang, W. (2019). Covariate-assisted ranking and screening for large-scale two-sample inference. Journal of the Royal Statistical Society Series B: Statistical Methodology , 81(2):187--234

  6. [14]

    T., Sun, W., and Xia, Y

    Cai, T. T., Sun, W., and Xia, Y. (2022). Laws: A locally adaptive weighting and screening approach to spatial multiple testing. Journal of the American Statistical Association , 117(539):1370--1383

  7. [15]

    Chen, X. (2019). Uniformly consistently estimating the proportion of false null hypotheses via lebesgue--stieltjes integral equations. J. Multivar. Anal. , 173:724--744

  8. [16]

    and Hall, P

    Clarke, S. and Hall, P. (2009). Robustness of multiple testing procedures against dependence. The Annals of Statistics , 37:332--358

  9. [17]

    Dai, C., Lin, B., Xing, X., and Liu, J. S. (2023). False discovery rate control via data splitting. Journal of the American Statistical Association , 118(544):2503--2520

  10. [18]

    Du, L., Guo, X., Sun, W., and Zou, C. (2023). False discovery rate control under general dependence by symmetrized data aggregation. Journal of the American Statistical Association , 118(541):607--621

  11. [19]

    Durand, G. (2019). Adaptive p-value weighting with power optimality. Electronic Journal of Statistics , 13:3336--3385

  12. [20]

    Efron, B. (2007). Correlation and large-scale simultaneous significance testing. Journal of the American Statistical Association , pages 93--103

  13. [21]

    Fan, J., Han, X., and Gu, W. (2012). Estimating false discovery proportion under arbitrary covariance dependence. Journal of the American Statistical Association , 107(499):1019--1035

  14. [22]

    Finner, H., Dickhaus, T., and Roters, M. (2009). On the false discovery rate and an asymptotically optimal rejection curve. Annals of Statistics , 37:596--618

  15. [23]

    and Lei, L

    Fithian, W. and Lei, L. (2022). Conditional calibration for false discovery rate control under dependence. The Annals of Statistics , 50(6):3091--3118

  16. [24]

    B., et al

    Fortney, K., Dobriban, E., Garagnani, P., Pirazzini, C., Monti, D., Mari, D., Atzmon, G., Barzilai, N., Franceschi, C., Owen, A. B., et al. (2015). Genome-wide scan informed by age-related disease identifies loci for exceptional human longevity. PLoS genetics , 11(12):e1005728

  17. [25]

    Foster, D. P. and Stine, R. A. (2008). -investing: a procedure for sequential control of expected false discoveries. Journal of the Royal Statistical Society Series B: Statistical Methodology , 70(2):429--444

  18. [26]

    Friguet, C., Kloareg, M., and Causeur, D. (2009). A factor model approach to multiple testing under dependence. Journal of the American Statistical Association , 104(488):1406--1415

  19. [27]

    M., and Sun, W

    Fu, L., Gang, B., James, G. M., and Sun, W. (2022). Heteroscedasticity-adjusted ranking and thresholding for large-scale multiple testing. Journal of the American Statistical Association , 117(538):1028--1040

  20. [28]

    Gang, B., Qin, S., and Xia, Y. (2023a). A unified and optimal multiple testing framework based on rho-values. arXiv preprint arXiv:2310.17845

  21. [29]

    Gang, B., Sun, W., and Wang, W. (2023b). Structure--adaptive sequential testing for online false discovery rate control. Journal of the American Statistical Association , 118(541):732--745

  22. [30]

    Gao, Z. (2023). Adaptive storey's null proportion estimator. arXiv preprint arXiv:2310.06357

  23. [31]

    and Wasserman, L

    Genovese, C. and Wasserman, L. (2002). Operating characteristics and extensions of the false discovery rate procedure. Journal of the Royal Statistical Society Series B: Statistical Methodology , 64(3):499--517

  24. [32]

    R., Roeder, K., and Wasserman, L

    Genovese, C. R., Roeder, K., and Wasserman, L. (2006). False discovery control with p-value weighting. Biometrika , 93(3):509--524

  25. [33]

    N., Fanelli, D., and Ioannidis, J

    Goodman, S. N., Fanelli, D., and Ioannidis, J. P. (2016). What does research reproducibility mean? Science translational medicine , 8(341):341ps12--341ps12

  26. [34]

    L., Holman, L., Lanfear, R., Kahn, A

    Head, M. L., Holman, L., Lanfear, R., Kahn, A. T., and Jennions, M. D. (2015). The extent and consequences of p-hacking in science. PLoS biology , 13(3):e1002106

  27. [35]

    B., and Huber, W

    Ignatiadis, N., Klaus, B., Zaugg, J. B., and Huber, W. (2016). Data-driven hypothesis weighting increases detection power in genome-scale multiple testing. Nature methods , 13(7):577--580

  28. [36]

    Ignatiadis, N., Wang, R., and Ramdas, A. (2024). E-values as unnormalized weights in multiple testing. Biometrika , 111(2):417--439

  29. [37]

    Ioannidis, J. P. (2005). Why most published research findings are false. PLoS medicine , 2(8):e124

  30. [38]

    and Cai, T

    Jin, J. and Cai, T. T. (2007). Estimating the null and the proportion of nonnull effects in large-scale multiple comparisons. Journal of the American Statistical Association , 102(478):495--506

  31. [39]

    H., and Ferkingstad, E

    Langaas, M., Lindqvist, B. H., and Ferkingstad, E. (2005). Estimating the proportion of true null hypotheses, with application to dna microarray data. Journal of the Royal Statistical Society Series B: Statistical Methodology , 67(4):555--572

  32. [40]

    and Ren, Z

    Lee, J. and Ren, Z. (2024). Boosting e-bh via conditional calibration. arXiv preprint arXiv:2404.17562

  33. [41]

    Leek, J. T. and Storey, J. D. (2008). A general framework for multiple testing dependence. Proceedings of the National Academy of Sciences , 105(48):18718--18723

  34. [42]

    and Fithian, W

    Lei, L. and Fithian, W. (2018). Adapt: an interactive procedure for multiple testing with side information. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , 80(4):649--679

  35. [43]

    and Sun, W

    Leung, D. and Sun, W. (2022). Zap: z-value adaptive procedures for false discovery rate control with side information. Journal of the Royal Statistical Society Series B: Statistical Methodology , 84(5):1886--1946

  36. [44]

    and Barber, R

    Li, A. and Barber, R. F. (2019). Multiple testing with the structure-adaptive benjamini--hochberg algorithm. Journal of the Royal Statistical Society Series B: Statistical Methodology , 81(1):45--74

  37. [45]

    and Zhang, X

    Li, G. and Zhang, X. (2023). E-values, multiple testing and beyond. arXiv preprint arXiv:2312.02905

  38. [46]

    Liang, Z., Sesia, M., and Sun, W. (2024). Integrative conformal p-values for out-of-distribution testing with labelled outliers. Journal of the Royal Statistical Society Series B: Statistical Methodology , page qkad138

  39. [47]

    Lindsey, J. K. (1974a). Comparison of probability distributions. Journal of the Royal Statistical Society: Series B (Methodological) , 36(1):38--47

  40. [48]

    Lindsey, J. K. (1974b). Construction and comparison of statistical models. Journal of the Royal Statistical Society: Series B (Methodological) , 36(3):418--425

  41. [49]

    Liu, W. (2013). Gaussian graphical model estimation with false discovery rate control. Annals of Statistics , 41:2948--2978

  42. [50]

    Liu, W. (2014). Incorporation of sparsity information in large-scale multiple two-sample t tests. arXiv preprint arXiv:1410.4282

  43. [51]

    Marandon, A., Lei, L., Mary, D., and Roquain, E. (2022). Machine learning meets false discovery rate. arXiv preprint arXiv:2208.06685

  44. [52]

    and Rice, J

    Meinshausen, N. and Rice, J. (2006). Estimating the proportion of false null hypotheses among a large number of independently tested hypotheses. Ann. Statist. , 34(1):373--393

  45. [53]

    Owen, A. B. (2005). Variance of the number of false discoveries. Journal of the Royal Statistical Society Series B: Statistical Methodology , 67(3):411--426

  46. [54]

    A., Clifton, D

    Pimentel, M. A., Clifton, D. A., Clifton, L., and Tarassenko, L. (2014). A review of novelty detection. Signal Processing , 99:215--249

  47. [55]

    F., Wainwright, M

    Ramdas, A., Barber, R. F., Wainwright, M. J., and Jordan, M. I. (2017a). A unified treatment of multiple testing with prior knowledge using the p-filter. The Annals of Statistics

  48. [56]

    and Wang, R

    Ramdas, A. and Wang, R. (2024). Hypothesis testing with e-values. arXiv preprint arXiv:2410.23614

  49. [57]

    J., and Jordan, M

    Ramdas, A., Yang, F., Wainwright, M. J., and Jordan, M. I. (2017b). Online control of the false discovery rate with decaying memory. Advances in neural information processing systems , 30

  50. [58]

    Ramdas, A., Zrnic, T., Wainwright, M., and Jordan, M. (2018). Saffron: an adaptive algorithm for online control of the false discovery rate. In International conference on machine learning , pages 4286--4294. PMLR

  51. [59]

    and Barber, R

    Ren, Z. and Barber, R. F. (2022). Derandomized knockoffs: leveraging e-values for false discovery rate control. arXiv preprint arXiv:2205.15461

  52. [60]

    S., Wason, J., and Ramdas, A

    Robertson, D. S., Wason, J., and Ramdas, A. (2022). Online multiple hypothesis testing for reproducible research. arXiv preprint arXiv:2208.11418

  53. [61]

    G., Kelly, R

    Scott, J. G., Kelly, R. C., Smith, M. A., Zhou, P., and Kass, R. E. (2015). False discovery rate regression: an application to neural synchrony detection in primary visual cortex. Journal of the American Statistical Association , 110(510):459--471

  54. [62]

    Shafer, G. (2021). Testing by betting: A strategy for statistical and scientific communication. Journal of the Royal Statistical Society Series A: Statistics in Society , 184(2):407--431

  55. [63]

    and Vovk, V

    Shafer, G. and Vovk, V. (2008). A tutorial on conformal prediction. Journal of Machine Learning Research , 9(3)

  56. [64]

    Silverman, B. W. (2018). Density estimation for statistics and data analysis . Routledge

  57. [65]

    Storey, J. D. (2002). A direct approach to false discovery rates. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , 64(3):479--498

  58. [66]

    Storey, J. D. (2003). The positive false discovery rate: a bayesian interpretation and the q-value. The annals of statistics , 31(6):2013--2035

  59. [67]

    D., Taylor, J

    Storey, J. D., Taylor, J. E., and Siegmund, D. (2004). Strong control, conservative point estimation and simultaneous conservative consistency of false discovery rates: a unified approach. Journal of the Royal Statistical Society Series B: Statistical Methodology , 66(1):187--205

  60. [68]

    and Cai, T

    Sun, W. and Cai, T. (2009). Large-scale multiple testing under dependence. Journal of the Royal Statistical Society Series B: Statistical Methodology , 71(2):393--424

  61. [69]

    and Cai, T

    Sun, W. and Cai, T. T. (2007). Oracle and adaptive compound decision rules for false discovery rate control. Journal of the American Statistical Association , 102(479):901--912

  62. [70]

    and Wei, Z

    Sun, W. and Wei, Z. (2011). Multiple testing for pattern identification, with applications to microarray time-course experiments. Journal of the American Statistical Association , 106(493):73--88

  63. [71]

    A., Buhlmann, P., Ritov, Y., and Dezeure, R

    van de Geer, S. A., Buhlmann, P., Ritov, Y., and Dezeure, R. (2013). On asymptotically optimal confidence regions and tests for high-dimensional models. Annals of Statistics , 42:1166--1202

  64. [72]

    Ville, J. (1939). Etude critique de la notion de collectif . Gauthier-Villars Paris

  65. [73]

    and Wang, R

    Vovk, V. and Wang, R. (2021). E-values: Calibration, combination and applications. The Annals of Statistics , 49(3):1736--1754

  66. [74]

    Wang, R. (2022). Elementary proofs of several results on false discovery rate. arXiv preprint arXiv:2201.09350

  67. [75]

    and Ramdas, A

    Wang, R. and Ramdas, A. (2022). False discovery rate control with e-values. Journal of the Royal Statistical Society Series B: Statistical Methodology , 84(3):822--852

  68. [76]

    Wu, W. B. (2008). On false discovery control under dependence. The Annals of Statistics , 36:364--380

  69. [77]

    Xing, X., Zhao, Z., and Liu, J. S. (2023). Controlling false discovery rate using gaussian mirrors. Journal of the American Statistical Association , 118(541):222--241

  70. [78]

    and Ramdas, A

    Xu, Z. and Ramdas, A. (2023). More powerful multiple testing under dependence via randomization. arXiv preprint arXiv:2305.11126

  71. [79]

    and Chen, J

    Zhang, X. and Chen, J. (2022). Covariate adaptive false discovery rate control with applications to omics-wide multiple testing. Journal of the American Statistical Association , 117(537):411--427

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.