Class ParamConstraintType

java.lang.Object
edu.cmu.tetrad.sem.ParamConstraintType
All Implemented Interfaces:
TetradSerializable, Serializable

public class ParamConstraintType extends Object implements TetradSerializable
A typesafe enum of the types of the types of constraints on freeParameters for SEM models (LT, GT, EQ). For example, LT constraints require that the value of a parameter in a given SemIm be less than some value. That value may be a given number (double) or the value of another parameter.
Author:
Frank Wimberly following Joe Ramsey's ParamType class.
See Also: