Package edu.cmu.tetrad.search.utils
Enum Class ResolveSepsets.Method
- All Implemented Interfaces:
Serializable
,Comparable<ResolveSepsets.Method>
,Constable
- Enclosing class:
ResolveSepsets
Gives the method to be used to resolve sepsets when they conflict.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionWilkinson's methodAverage methodFalse discovery rate methodFisher's methodFisher's methodMajority methodMudholker and George's methodMudholker and George's methodRandom methodStouffer et al.'s methodTippett's methodWorsley and Friston's method -
Method Summary
Modifier and TypeMethodDescriptionstatic ResolveSepsets.Method
Returns the enum constant of this class with the specified name.static ResolveSepsets.Method[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
fisher
Fisher's method -
fisher2
Fisher's method -
tippett
Tippett's method -
worsleyfriston
Worsley and Friston's method -
stouffer
Stouffer et al.'s method -
mudholkergeorge
Mudholker and George's method -
mudholkergeorge2
Mudholker and George's method -
average
Wilkinson's method -
averagetest
Average method -
random
Random method -
fdr
False discovery rate method -
majority
Majority method
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-