Diff of /doc/api/statistics.rst [000000] .. [7f9fb8]

Switch to unified view

a b/doc/api/statistics.rst
1
2
.. _api_reference_statistics:
3
4
Statistics
5
==========
6
7
:py:mod:`mne.stats`:
8
9
.. automodule:: mne.stats
10
   :no-members:
11
   :no-inherited-members:
12
13
.. currentmodule:: mne.stats
14
15
Parametric statistics (see :mod:`scipy.stats` and :mod:`statsmodels` for more
16
options):
17
18
.. autosummary::
19
   :toctree: ../generated/
20
21
   ttest_1samp_no_p
22
   ttest_ind_no_p
23
   f_oneway
24
   f_mway_rm
25
   f_threshold_mway_rm
26
   linear_regression
27
   linear_regression_raw
28
29
Mass-univariate multiple comparison correction:
30
31
.. autosummary::
32
   :toctree: ../generated/
33
34
   bonferroni_correction
35
   fdr_correction
36
37
Non-parametric (clustering) resampling methods:
38
39
.. autosummary::
40
   :toctree: ../generated/
41
42
   combine_adjacency
43
   permutation_cluster_test
44
   permutation_cluster_1samp_test
45
   permutation_t_test
46
   spatio_temporal_cluster_test
47
   spatio_temporal_cluster_1samp_test
48
   summarize_clusters_stc
49
   bootstrap_confidence_interval
50
51
ERP-related statistics:
52
53
.. autosummary::
54
   :toctree: ../generated/
55
56
   erp.compute_sme
57
58
Compute ``adjacency`` matrices for cluster-level statistics:
59
60
.. currentmodule:: mne
61
62
.. autosummary::
63
   :toctree: ../generated/
64
65
   channels.find_ch_adjacency
66
   channels.read_ch_adjacency
67
   spatial_dist_adjacency
68
   spatial_src_adjacency
69
   spatial_tris_adjacency
70
   spatial_inter_hemi_adjacency
71
   spatio_temporal_src_adjacency
72
   spatio_temporal_tris_adjacency
73
   spatio_temporal_dist_adjacency