Uses of Class
edu.cmu.tetrad.data.CorrelationMatrix
Packages that use CorrelationMatrix
Package
Description
Contains some utility classes for search algorithms.
Contains some classes that aren't ready for prime time.
-
Uses of CorrelationMatrix in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return CorrelationMatrixModifier and TypeMethodDescriptionCorrelationMatrix.getSubCorrMatrix
(String[] submatrixVarNames) getSubCorrMatrix.static CorrelationMatrix
CorrelationMatrix.serializableInstance()
Generates a simple exemplar of this class to test serialization. -
Uses of CorrelationMatrix in edu.cmu.tetrad.search.utils
Constructors in edu.cmu.tetrad.search.utils with parameters of type CorrelationMatrixModifierConstructorDescriptionPurify
(CorrelationMatrix correlationMatrix, double sig, BpcTestType testType, Clusters clusters) ****************************************************** INITIALIZATION o *******************************************************TetradTestContinuous
(CorrelationMatrix correlationMatrix, BpcTestType sigTestType, double sig) Constructor for TetradTestContinuous.TetradTestPopulation
(CorrelationMatrix CorrelationMatrix) Constructor for TetradTestPopulation. -
Uses of CorrelationMatrix in edu.cmu.tetrad.search.work_in_progress
Constructors in edu.cmu.tetrad.search.work_in_progress with parameters of type CorrelationMatrixModifierConstructorDescriptionIndTestCramerT
(CorrelationMatrix covMatrix, double alpha) Constructs a new independence test that will determine conditional independence facts using the given correlation matrix and the given significance level.