Uses of Interface
edu.cmu.tetrad.search.test.IndTestGin.UncondIndTest
Packages that use IndTestGin.UncondIndTest
Package
Description
This package contains classes for testing causal graph search algorithms.
-
Uses of IndTestGin.UncondIndTest in edu.cmu.tetrad.search.test
Classes in edu.cmu.tetrad.search.test that implement IndTestGin.UncondIndTestModifier and TypeClassDescriptionstatic final classDistance correlation (biased) with optional permutations.static final classFast Pearson correlation t-test (linear).Methods in edu.cmu.tetrad.search.test with parameters of type IndTestGin.UncondIndTestModifier and TypeMethodDescriptionvoidIndTestGin.setBackend(IndTestGin.UncondIndTest b) Sets the backend to be used for the independence test.Constructors in edu.cmu.tetrad.search.test with parameters of type IndTestGin.UncondIndTestModifierConstructorDescriptionIndTestGin(DataSet data, IndTestGin.Regressor regressor, IndTestGin.UncondIndTest backend) Constructs an instance of IndTestGin with the specified dataset, regressor, and backend components.