Enum Class Fask.LeftRight

java.lang.Object
java.lang.Enum<Fask.LeftRight>
edu.cmu.tetrad.search.Fask.LeftRight
All Implemented Interfaces:
Serializable, Comparable<Fask.LeftRight>, java.lang.constant.Constable
Enclosing class:
Fask

public static enum Fask.LeftRight extends Enum<Fask.LeftRight>
Enumerates the options left-right rules to use for FASK. Options include the FASK left-right rule and three left-right rules from the Hyvarinen and Smith pairwise orientation paper: Robust Skew, Skew, and Tanh. In that paper, "empirical" versions were given in which the variables are multiplied through by the signs of the skewnesses; we follow this advice here (with good results). These others are provided for those who prefer them.
  • Enum Constant Details

  • Method Details

    • values

      public static Fask.LeftRight[] 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

      public static Fask.LeftRight valueOf(String name)
      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 name
      NullPointerException - if the argument is null