Skip to content

Commit 569e6af

Browse files
authored
Merge pull request #10 from durandg12/9-implement-requested-changes-by-reviewer-vh7p
Implement requested changes by reviewer vh7p
2 parents 81aee96 + c66eea9 commit 569e6af

File tree

2 files changed

+65
-47
lines changed

2 files changed

+65
-47
lines changed

_quarto.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ diagram:
77
header-includes:
88
- '\usetikzlibrary{arrows}'
99

10-
title: "Fast confidence bounds for the false discovery proportion over a path of hypotheses"
10+
title: "Fast confidence bounds for the false discovery proportion
11+
over a path of hypotheses"
1112
# subtitle: ""
1213
author:
1314
- name: Guillermo Durand
@@ -22,8 +23,20 @@ author:
2223
date: last-modified
2324
date-modified: last-modified
2425
abstract: >+
25-
This paper presents a new algorithm (and an additional trick) that allows to compute fastly an entire curve of post hoc bounds for the False Discovery Proportion when the underlying bound $V^*_{\mathfrak{R}}$ construction is based on a reference family $\mathfrak{R}$ with a forest structure à la @MR4178188. By an entire curve, we mean the values $V^*_{\mathfrak{R}}(S_1),\dotsc,V^*_{\mathfrak{R}}(S_m)$ computed on a path of increasing selection sets $S_1\subsetneq\dotsb\subsetneq S_m$, $|S_t|=t$. The new algorithm leverages the fact that going from $S_t$ to $S_{t+1}$ is done by adding only one hypothesis.
26-
keywords: [multiple testing, algorithmic, post hoc inference, false discovery proportion, confidence bound]
26+
This paper presents a new algorithm (and an additional trick)
27+
that allows to compute fastly
28+
an entire curve of post hoc bounds for the False Discovery Proportion when the
29+
underlying bound $V^*_{\mathfrak{R}}$ construction is based on a reference
30+
family $\mathfrak{R}$ with a forest structure à la @MR4178188.
31+
By an entire curve, we mean the values
32+
$V^*_{\mathfrak{R}}(S_1),\dotsc,V^*_{\mathfrak{R}}(S_m)$ computed on a path
33+
of increasing selection sets $S_1\subsetneq\dotsb\subsetneq S_m$, $|S_t|=t$.
34+
The new algorithm leverages the fact that going from $S_t$ to $S_{t+1}$
35+
is done by adding only one hypothesis. Compared to a more naive approach,
36+
the new algorithm has a complexity in $O(|\mathcal K|m)$ instead of
37+
$O(|\mathcal K|m^2)$, where $|\mathcal K|$ is the cardinality of the family.
38+
keywords: [multiple testing, algorithmic, post hoc inference,
39+
false discovery proportion, confidence bound]
2740
citation:
2841
type: article-journal
2942
container-title: "Computo"

0 commit comments

Comments
 (0)