Class StandardizedSemIm.ParameterRange

java.lang.Object
edu.cmu.tetrad.sem.StandardizedSemIm.ParameterRange
All Implemented Interfaces:
TetradSerializable, Serializable
Enclosing class:
StandardizedSemIm

public static final class StandardizedSemIm.ParameterRange extends Object implements TetradSerializable
Stores a coefficient range--i.e. the edge and coefficient value for which the range is needed, plus the low and high ends of the range to which the coefficient value may be adjusted.
Author:
josephramsey
See Also:
  • Constructor Details

    • ParameterRange

      public ParameterRange(Edge edge, double coef, double low, double high)
  • Method Details

    • serializableInstance

      public static StandardizedSemIm.ParameterRange serializableInstance()
      Generates a simple exemplar of this class to test serialization.
    • getEdge

      public Edge getEdge()
    • getCoef

      public double getCoef()
    • getLow

      public double getLow()
    • getHigh

      public double getHigh()
    • toString

      public String toString()
      Overrides:
      toString in class Object