You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _quarto.yml
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ diagram:
7
7
header-includes:
8
8
- '\usetikzlibrary{arrows}'
9
9
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"
11
12
# subtitle: ""
12
13
author:
13
14
- name: Guillermo Durand
@@ -22,8 +23,20 @@ author:
22
23
date: last-modified
23
24
date-modified: last-modified
24
25
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,
0 commit comments