Statistical testing (t-tests, F-tests, cluster permutation, multiple comparison correction). More...
Classes | |
| class | StatsAdjacency |
| Adjacency matrices from channel positions or source spaces. More... | |
| struct | StatsClusterResult |
| class | StatsCluster |
| Cluster permutation testing. More... | |
| class | StatsMcCorrection |
| Multiple comparison corrections (Bonferroni, Holm-Bonferroni, FDR). More... | |
| class | StsCovEstimators |
| Covariance matrix estimators including shrinkage methods. More... | |
| struct | StatsFtestResult |
| class | StatsFtest |
| F-test (one-way ANOVA) statistical testing. More... | |
| class | StatsSourceMetrics |
| Source-space evaluation metrics. More... | |
| struct | StatsTtestResult |
| class | StatsTtest |
| T-test statistical testing. More... | |
Enumerations | |
| enum class | StatsTailType { Left , Right , Both } |
| enum class | StatsCorrection { None , Bonferroni , Fdr , ClusterPermutation } |
Functions | |
| STSSHARED_EXPORT const char * | buildDateTime () |
| STSSHARED_EXPORT const char * | buildHash () |
| STSSHARED_EXPORT const char * | buildHashLong () |
Statistical testing (t-tests, F-tests, cluster permutation, multiple comparison correction).
|
strong |
Multiple comparison correction method.
| Enumerator | |
|---|---|
| None | No correction. |
| Bonferroni | Bonferroni correction. |
| Fdr | False Discovery Rate (Benjamini-Hochberg). |
| ClusterPermutation | Cluster-based permutation test. |
Definition at line 59 of file sts_types.h.
|
strong |
Tail type for statistical tests.
| Enumerator | |
|---|---|
| Left | Left-tailed test. |
| Right | Right-tailed test. |
| Both | Two-tailed test. |
Definition at line 49 of file sts_types.h.
| const char * STSLIB::buildDateTime | ( | ) |
Returns build date and time.
Definition at line 45 of file sts_global.cpp.
| const char * STSLIB::buildHash | ( | ) |
Returns abbreviated build git hash.
Definition at line 49 of file sts_global.cpp.
| const char * STSLIB::buildHashLong | ( | ) |
Returns full build git hash.
Definition at line 53 of file sts_global.cpp.