Class ParamComparison

java.lang.Object
edu.cmu.tetrad.sem.ParamComparison

public class ParamComparison extends Object
A typesafe enum of the types of the various comparisons parameter may have with respect to one another for SEM estimation.
Author:
josephramsey
  • Field Details

    • NC

      public static final ParamComparison NC
      Indicates that the two freeParameters are not compared.
    • EQ

      public static final ParamComparison EQ
      Indicates that the first parameter is equal to the second.
  • Method Details

    • toString

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