Uses of Interface
edu.cmu.tetrad.search.utils.TetradTest
Packages that use TetradTest
Package
Description
Contains some utility classes for search algorithms.
-
Uses of TetradTest in edu.cmu.tetrad.search.utils
Classes in edu.cmu.tetrad.search.utils that implement TetradTestModifier and TypeClassDescriptionfinal class
Implements different tests of tetrad constraints: using Wishart's test (CPS, Wishart 1928); Bollen's test (Bollen, 1990) or a more computationally intensive test that fits one/two factor Gaussian models.final class
Implements a test of tetrad constraints with discrete variables.class
Implements a test of tetrad constraints in a known correlation matrix.Constructors in edu.cmu.tetrad.search.utils with parameters of type TetradTestModifierConstructorDescriptionPurify
(TetradTest tetradTest, Clusters knowledge) PurifyScoreBased
(TetradTest tetradTest, List<Set<String>> forbiddenList) PurifyTetradBased
(TetradTest tetradTest)