Enum Class Lofs.Score

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

public static enum Lofs.Score extends Enum<Lofs.Score>
Gives a list of options for non-Gaussian transformations that can be used for some scores.
  • Enum Constant Details

    • andersonDarling

      public static final Lofs.Score andersonDarling
    • skew

      public static final Lofs.Score skew
    • kurtosis

      public static final Lofs.Score kurtosis
    • fifthMoment

      public static final Lofs.Score fifthMoment
    • absoluteValue

      public static final Lofs.Score absoluteValue
    • exp

      public static final Lofs.Score exp
    • expUnstandardized

      public static final Lofs.Score expUnstandardized
    • expUnstandardizedInverted

      public static final Lofs.Score expUnstandardizedInverted
    • other

      public static final Lofs.Score other
    • logcosh

      public static final Lofs.Score logcosh
    • entropy

      public static final Lofs.Score entropy
  • Method Details

    • values

      public static Lofs.Score[] 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 Lofs.Score 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