Package edu.cmu.tetrad.search
Class IndTestType
java.lang.Object
edu.cmu.tetrad.search.IndTestType
- All Implemented Interfaces:
TetradSerializable
,Serializable
A typesafe enumeration of the types of independence tests that are used for basic search algorithm in this package.
- Author:
- Joseph Ramsey
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
static final IndTestType
-
Method Summary
Modifier and TypeMethodDescriptionstatic IndTestType
Generates a simple exemplar of this class to test serialization.toString()
Prints out the name of the dataType.
-
Field Details
-
DEFAULT
-
CORRELATION_T
-
FISHER_Z
-
LINEAR_REGRESSION
-
CONDITIONAL_CORRELATION
-
SEM_BIC
-
LOGISTIC_REGRESSION
-
MIXED_MLR
-
FISHER_ZD
-
G_SQUARE
-
CHI_SQUARE
-
D_SEPARATION
-
TIME_SERIES
-
INDEPENDENCE_FACTS
-
POOL_RESIDUALS_FISHER_Z
-
FISHER
-
TIPPETT
-
-
Method Details