Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.
8.12.12. nilearn.glm.fdr_threshold¶
nilearn.glm.
fdr_threshold
(z_vals, alpha)¶return the Benjamini-Hochberg FDR threshold for the input z_vals
Parameters: z_vals: array,
a set of z-variates from which the FDR is computed
alpha: float,
desired FDR control
Returns: threshold: float,
FDR-controling threshold from the Benjamini-Hochberg procedure