v2.0.0
Loading...
Searching...
No Matches
src
libraries
sts
sts_types.h
Go to the documentation of this file.
1
//=============================================================================================================
34
35
#ifndef STS_TYPES_H
36
#define STS_TYPES_H
37
38
//=============================================================================================================
39
// DEFINE NAMESPACE STSLIB
40
//=============================================================================================================
41
42
namespace
STSLIB
43
{
44
45
//=============================================================================================================
49
enum class
StatsTailType
{
50
Left
,
51
Right
,
52
Both
53
};
54
55
//=============================================================================================================
59
enum class
StatsCorrection
{
60
None
,
61
Bonferroni
,
62
Fdr
,
63
ClusterPermutation
64
};
65
66
}
// namespace STSLIB
67
68
#endif
// STS_TYPES_H
STSLIB
Statistical testing (t-tests, F-tests, cluster permutation, multiple comparison correction).
Definition
sts_adjacency.h:68
STSLIB::StatsTailType
StatsTailType
Definition
sts_types.h:49
STSLIB::StatsTailType::Both
@ Both
Definition
sts_types.h:52
STSLIB::StatsTailType::Right
@ Right
Definition
sts_types.h:51
STSLIB::StatsTailType::Left
@ Left
Definition
sts_types.h:50
STSLIB::StatsCorrection
StatsCorrection
Definition
sts_types.h:59
STSLIB::StatsCorrection::Bonferroni
@ Bonferroni
Definition
sts_types.h:61
STSLIB::StatsCorrection::Fdr
@ Fdr
Definition
sts_types.h:62
STSLIB::StatsCorrection::None
@ None
Definition
sts_types.h:60
STSLIB::StatsCorrection::ClusterPermutation
@ ClusterPermutation
Definition
sts_types.h:63
Generated on
for MNE-CPP by
1.16.1