Class ParamConstraint

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

public class ParamConstraint extends Object implements TetradSerializable
A class for implementing constraints on the values of the freeParameters of of instances of the SemIm class. The constraint can either be on the value of a single parameter in relation to a given value (double) or it can constrain the relative values of two freeParameters. There is a companion class ParamConstraintType that specifies whether the constraint implements an equality, less than or greater than relation.
Version:
$Id: $Id
Author:
Frank Wimberly
See Also: