Statistics#
Statistical methods.
This submodule contains a collection of statistical internal methods divided into two categories :
Random efect estimation : t-test related functions
P-values correction for multiple comparisons : test-wise and cluster based corrections
Most of those stastical functions are using MNE Python
Non-parametric statistics#
|
Permute regressor variable for performing non-parameteric statistics. |
|
Generate random partitions for swapping trials. |
|
Generate partitions for bootstrap. |
|
Compute the confidence interval of repeated measurements. |
Random-effect (rfx)#
|
One-sample t-test. |
|
Perform the t-test across subjects. |
Correction for multiple comparisons#
|
Cluster-based correction for MCP using non-parametric statistics. |
|
Test-wise correction for MCP using non-parametric statistics. |
|
Threshold detection for cluster-based inferencse. |