Enum Class ResolveSepsetsDci.Method
java.lang.Object
java.lang.Enum<ResolveSepsetsDci.Method>
edu.cmu.tetrad.search.work_in_progress.ResolveSepsetsDci.Method
- All Implemented Interfaces:
- Serializable,- Comparable<ResolveSepsetsDci.Method>,- Constable
- Enclosing class:
- ResolveSepsetsDci
A method for combining p values.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription`The average method.The average test method.The fdr method.The fisher method.The fisher method with only available p values.The majority method.The mudholkergeorge method.The mudholkergeorge2 method.The random method.The stouffer method.The tippett method.The wilkinson method.
- 
Method SummaryModifier and TypeMethodDescriptionstatic ResolveSepsetsDci.MethodReturns the enum constant of this class with the specified name.static ResolveSepsetsDci.Method[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.EnumcompareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
- 
Enum Constant Details- 
fisherThe fisher method.
- 
fisher2The fisher method with only available p values.
- 
tippettThe tippett method.
- 
worsleyfristonThe wilkinson method.
- 
stoufferThe stouffer method.
- 
mudholkergeorgeThe mudholkergeorge method.
- 
mudholkergeorge2The mudholkergeorge2 method.
- 
average`The average method.
- 
averagetestThe average test method.
- 
randomThe random method.
- 
fdrThe fdr method.
- 
majorityThe majority method.
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
 
-