mne.stats.bonferroni_correction
mne.stats.
bonferroni_correction
P-value correction with Bonferroni method.
pval : array_like
set of p-values of the individual tests.
alpha : float
error rate
reject : array, bool
True if a hypothesis is rejected, False if not
pval_corrected : array
pvalues adjusted for multiple hypothesis testing to limit FDR
FDR correction on T-test on sensor data
Permutation t-test on toy data with spatial clustering