mne.stats.bonferroni_correction¶
- mne.stats.bonferroni_correction(pval, alpha=0.05)[source]¶
P-value correction with Bonferroni method.
- Parameters
- pvalarray_like
Set of p-values of the individual tests.
- alpha
float
Error rate.
- Returns
P-value correction with Bonferroni method.
Set of p-values of the individual tests.
float
Error rate.