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>, 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

    • absoluteValue

      public static final Lofs.Score absoluteValue
      The absolute value.
    • andersonDarling

      public static final Lofs.Score andersonDarling
      The Anderson-Darling score.
    • entropy

      public static final Lofs.Score entropy
      The entropy.
    • exp

      public static final Lofs.Score exp
      The exp.
    • expUnstandardized

      public static final Lofs.Score expUnstandardized
      The exp unstandardized.
    • expUnstandardizedInverted

      public static final Lofs.Score expUnstandardizedInverted
      The exp unstandardized inverted.
    • fifthMoment

      public static final Lofs.Score fifthMoment
      The fifth moment.
    • kurtosis

      public static final Lofs.Score kurtosis
      The kurtosis.
    • logcosh

      public static final Lofs.Score logcosh
      The logcosh.
    • other

      public static final Lofs.Score other
      Other score.
    • skew

      public static final Lofs.Score skew
      The skew.
  • 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