Class IndTestUniformScatter
java.lang.Object
edu.cmu.tetrad.search.work_in_progress.IndTestUniformScatter
- All Implemented Interfaces:
IndependenceTest
-
Constructor Summary
ConstructorsConstructorDescriptionIndTestUniformScatter
(DataSet dataSet, double alpha, double avgCountPerCell, int numCondCategories) -
Method Summary
Modifier and TypeMethodDescriptioncheckIndependence
(Node x, Node y, Set<Node> z) getData()
boolean
Returns true if the test prints verbose output.static void
void
setVerbose
(boolean verbose) Sets whether this test will print verbose output.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.cmu.tetrad.search.IndependenceTest
checkIndependence, determines, getAlpha, getCov, getDataSets, getSampleSize, getVariable, getVariableNames, indTestSubset, setAlpha, toString
-
Constructor Details
-
IndTestUniformScatter
public IndTestUniformScatter(DataSet dataSet, double alpha, double avgCountPerCell, int numCondCategories)
-
-
Method Details
-
main
-
checkIndependence
- Specified by:
checkIndependence
in interfaceIndependenceTest
- Returns:
- an IndependenceResult (see).
- See Also:
-
getVariables
- Specified by:
getVariables
in interfaceIndependenceTest
- Returns:
- the list of variables over which this independence checker is capable of determining independence relations.
-
getData
- Specified by:
getData
in interfaceIndependenceTest
- Returns:
- The data model for the independence test, either a DataSet or a CovarianceMatrix.
- See Also:
-
isVerbose
public boolean isVerbose()Description copied from interface:IndependenceTest
Returns true if the test prints verbose output.- Specified by:
isVerbose
in interfaceIndependenceTest
- Returns:
- True if the case.
-
setVerbose
public void setVerbose(boolean verbose) Description copied from interface:IndependenceTest
Sets whether this test will print verbose output.- Specified by:
setVerbose
in interfaceIndependenceTest
- Parameters:
verbose
- True, if so.
-