v2.0.0
Loading...
Searching...
No Matches
src
libraries
sts
sts_types.h
Go to the documentation of this file.
1
//=============================================================================================================
20
21
#ifndef STS_TYPES_H
22
#define STS_TYPES_H
23
24
//=============================================================================================================
25
// DEFINE NAMESPACE STSLIB
26
//=============================================================================================================
27
28
namespace
STSLIB
29
{
30
31
//=============================================================================================================
37
enum class
StatsTailType
{
38
Left
,
39
Right
,
40
Both
41
};
42
43
//=============================================================================================================
49
enum class
StatsCorrection
{
50
None
,
51
Bonferroni
,
52
Fdr
,
53
ClusterPermutation
54
};
55
56
}
// namespace STSLIB
57
58
#endif
// STS_TYPES_H
STSLIB
Statistical testing (t-tests, F-tests, cluster permutation, multiple comparison correction).
Definition
sts_adjacency.h:65
STSLIB::StatsTailType
StatsTailType
Direction of the alternative hypothesis for a t- or F-test (left, right, or two-sided).
Definition
sts_types.h:37
STSLIB::StatsTailType::Both
@ Both
Definition
sts_types.h:40
STSLIB::StatsTailType::Right
@ Right
Definition
sts_types.h:39
STSLIB::StatsTailType::Left
@ Left
Definition
sts_types.h:38
STSLIB::StatsCorrection
StatsCorrection
Strategy used to control false positives when a test is repeated across many (channel,...
Definition
sts_types.h:49
STSLIB::StatsCorrection::Bonferroni
@ Bonferroni
Definition
sts_types.h:51
STSLIB::StatsCorrection::Fdr
@ Fdr
Definition
sts_types.h:52
STSLIB::StatsCorrection::None
@ None
Definition
sts_types.h:50
STSLIB::StatsCorrection::ClusterPermutation
@ ClusterPermutation
Definition
sts_types.h:53
Generated on
for MNE-CPP by
1.16.1