Uses of Interface
edu.cmu.tetrad.search.test.RowsSettable
Packages that use RowsSettable
Package
Description
Contains classes for running conditional independence tests for various sorts of data.
-
Uses of RowsSettable in edu.cmu.tetrad.search.test
Classes in edu.cmu.tetrad.search.test that implement RowsSettableModifier and TypeClassDescriptionfinal class
Checks conditional independence of variable in a continuous data set using Daudin's method.final class
Checks the conditional independence X _||_ Y | S, where S is a set of discrete variable, and X and Y are discrete variable not in S, by applying a conditional Chi Square test.final class
Checks conditional independence of variable in a continuous data set using a conditional correlation test for the nonlinear nonGaussian with the additive error case.class
Performs a test of conditional independence X _||_ Y | Z1...Zn where all searchVariables are either continuous or discrete.class
Implements a degenerate Gaussian score as a LRT.final class
Checks conditional independence of variable in a continuous data set using Fisher's Z test.final class
Checks the conditional independence X _||_ Y | S, where S is a set of discrete variable, and X and Y are discrete variable not in S, by applying a conditional G Square test.class
Gives an implementation of the Kernel Independence Test (KCI) by Kun Zhang, which is a general test of conditional independence.