Class AbstractVariable

java.lang.Object
edu.cmu.tetrad.data.AbstractVariable
All Implemented Interfaces:
Variable, Node, TetradSerializable, Serializable, Comparable<Node>
Direct Known Subclasses:
ContinuousVariable, DiscreteVariable

public abstract class AbstractVariable extends Object implements Variable
Base class for variable specifications for DataSet. These objects govern the types of values which may be recorded in a Column of data and provide information about the interpretation of these values. Variables of every type must provide a marker which is recorded in a column of data for that variable when the value is missing; this missing data marker should not be used for other purposes.
Version:
$Id: $Id
Author:
Willie Wheeler 7/99, josephramsey modifications 12/00
See Also: