Uses of Class
edu.cmu.tetrad.graph.IndependenceFact
Packages that use IndependenceFact
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
Contains classes for running conditional independence tests for various sorts of data.
Contains some classes that aren't ready for prime time.
-
Uses of IndependenceFact in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return types with arguments of type IndependenceFactMethods in edu.cmu.tetrad.data with parameters of type IndependenceFactModifier and TypeMethodDescriptionvoid
IndependenceFacts.add
(IndependenceFact fact) void
IndependenceFacts.remove
(IndependenceFact fact) -
Uses of IndependenceFact in edu.cmu.tetrad.graph
Methods in edu.cmu.tetrad.graph that return IndependenceFactModifier and TypeMethodDescriptionstatic IndependenceFact
IndependenceFact.serializableInstance()
Generates a simple exemplar of this class to test serialization.Methods in edu.cmu.tetrad.graph with parameters of type IndependenceFactModifier and TypeMethodDescriptionint
IndependenceFact.compareTo
(IndependenceFact fact) Note that this compareTo method gives a lexical ordering for independence facts and doesn't reflect independence fact equality. -
Uses of IndependenceFact in edu.cmu.tetrad.search
Fields in edu.cmu.tetrad.search with type parameters of type IndependenceFactModifier and TypeFieldDescriptionfinal List<IndependenceFact>
MarkovCheck.AllSubsetsIndependenceFacts.mconn
final List<IndependenceFact>
MarkovCheck.AllSubsetsIndependenceFacts.msep
Constructor parameters in edu.cmu.tetrad.search with type arguments of type IndependenceFactModifierConstructorDescriptionAllSubsetsIndependenceFacts
(List<IndependenceFact> msep, List<IndependenceFact> mconn) -
Uses of IndependenceFact in edu.cmu.tetrad.search.test
Methods in edu.cmu.tetrad.search.test that return IndependenceFactModifier and TypeMethodDescriptionIndependenceResult.getFact()
Returns the independence fact being stored.Methods in edu.cmu.tetrad.search.test that return types with arguments of type IndependenceFactConstructors in edu.cmu.tetrad.search.test with parameters of type IndependenceFactModifierConstructorDescriptionIndependenceResult
(IndependenceFact fact, boolean indep, double pValue, double score) Constructor. -
Uses of IndependenceFact in edu.cmu.tetrad.search.work_in_progress
Methods in edu.cmu.tetrad.search.work_in_progress that return types with arguments of type IndependenceFact