Package edu.cmu.tetrad.search
Class IndependenceResult
java.lang.Object
edu.cmu.tetrad.search.IndependenceResult
- All Implemented Interfaces:
TetradSerializable
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFact()
double
boolean
static IndependenceResult
Generates a simple exemplar of this class to test serialization.toString()
-
Constructor Details
-
IndependenceResult
-
-
Method Details
-
serializableInstance
Generates a simple exemplar of this class to test serialization.- See Also:
-
getFact
-
independent
public boolean independent() -
getPValue
public double getPValue() -
toString
-
dependent
public boolean dependent()
-