Uses of Class
edu.cmu.tetrad.data.CorrelationMatrix
Packages that use CorrelationMatrix
-
Uses of CorrelationMatrix in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return CorrelationMatrixModifier and TypeMethodDescriptionCorrelationMatrix.getSubCorrMatrix
(String[] submatrixVarNames) static CorrelationMatrix
CorrelationMatrix.serializableInstance()
Generates a simple exemplar of this class to test serialization. -
Uses of CorrelationMatrix in edu.cmu.tetrad.search
Constructors in edu.cmu.tetrad.search with parameters of type CorrelationMatrixModifierConstructorDescriptionContinuousTetradTest
(CorrelationMatrix correlationMatrix, TestType sigTestType, double sig) IndTestCramerT
(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.PopulationTetradTest
(CorrelationMatrix CorrelationMatrix) Purify
(CorrelationMatrix correlationMatrix, double sig, TestType testType, Clusters clusters) INITIALIZATION o