Interface IndependenceTest

All Known Implementing Classes:
CompositeIndependenceTest, IndTestChiSquare, IndTestConditionalCorrelation, IndTestConditionalGaussianLrt, IndTestCramerT, IndTestDegenerateGaussianLrt, IndTestFisherZ, IndTestFisherZConcatenateResiduals, IndTestFisherZFisherPValue, IndTestFisherZPercentIndependent, IndTestFisherZRecursive, IndTestGSquare, IndTestHsic, IndTestIndependenceFacts, IndTestIod, IndTestMixedMultipleTTest, IndTestMnlrLr, IndTestMulti, IndTestMultinomialLogisticRegression, IndTestMultinomialLogisticRegressionWald, IndTestMvpLrt, IndTestPositiveCorr, IndTestProbabilistic, IndTestRegression, IndTestSepsetDci, IndTestTrekSep, Kci, MsepTest, ProbabilisticMapIndependence, ScoreIndTest

public interface IndependenceTest
Gives an interface that can be implemented by classes that do conditional independence testing. These classes are capable of serving as conditional independence "oracles" for constraint-based searches. Many methods are given defaults so that such a test will be easy to implement in Python using JPype.
Version:
$Id: $Id
Author:
josephramsey