Class IndTestType

java.lang.Object
edu.cmu.tetrad.search.IndTestType
All Implemented Interfaces:
TetradSerializable, Serializable

public final class IndTestType extends Object implements TetradSerializable
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 Details

    • DEFAULT

      public static final IndTestType DEFAULT
    • CORRELATION_T

      public static final IndTestType CORRELATION_T
    • FISHER_Z

      public static final IndTestType FISHER_Z
    • LINEAR_REGRESSION

      public static final IndTestType LINEAR_REGRESSION
    • CONDITIONAL_CORRELATION

      public static final IndTestType CONDITIONAL_CORRELATION
    • SEM_BIC

      public static final IndTestType SEM_BIC
    • LOGISTIC_REGRESSION

      public static final IndTestType LOGISTIC_REGRESSION
    • MIXED_MLR

      public static final IndTestType MIXED_MLR
    • FISHER_ZD

      public static final IndTestType FISHER_ZD
    • G_SQUARE

      public static final IndTestType G_SQUARE
    • CHI_SQUARE

      public static final IndTestType CHI_SQUARE
    • D_SEPARATION

      public static final IndTestType D_SEPARATION
    • TIME_SERIES

      public static final IndTestType TIME_SERIES
    • INDEPENDENCE_FACTS

      public static final IndTestType INDEPENDENCE_FACTS
    • POOL_RESIDUALS_FISHER_Z

      public static final IndTestType POOL_RESIDUALS_FISHER_Z
    • FISHER

      public static final IndTestType FISHER
    • TIPPETT

      public static final IndTestType TIPPETT
  • Method Details

    • serializableInstance

      public static IndTestType serializableInstance()
      Generates a simple exemplar of this class to test serialization.
    • toString

      public String toString()
      Prints out the name of the dataType.
      Overrides:
      toString in class Object
    • getDataType

      public DataType getDataType()