Class CorrelationMatrixOnTheFly

java.lang.Object
edu.cmu.tetrad.data.CorrelationMatrixOnTheFly
All Implemented Interfaces:
DataModel, ICovarianceMatrix, KnowledgeTransferable, VariableSource, TetradSerializable, Serializable

public class CorrelationMatrixOnTheFly extends Object implements ICovarianceMatrix
Stores a covariance matrix together with variable names and sample size, intended as a representation of a data set. When constructed from a continuous data set, the matrix is not checked for positive definiteness; however, when a covariance matrix is supplied, its positive definiteness is always checked. If the sample size is less than the number of variables, the positive definiteness is "spot-checked"--that is, checked for various submatrices.
Version:
$Id: $Id
Author:
josephramsey
See Also: