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) add.void
IndependenceFacts.remove
(IndependenceFact fact) remove. -
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
Methods in edu.cmu.tetrad.search that return types with arguments of type IndependenceFactModifier and TypeMethodDescriptionMarkovCheck.checkIndependenceForTargetNode
(Node x) Retrieves the list of local independence facts for a given node.MarkovCheck.AllSubsetsIndependenceFacts.getMconn()
Returns the set of m-connection facts.MarkovCheck.AllSubsetsIndependenceFacts.getMsep()
Returns the set of m-separation facts.Method parameters in edu.cmu.tetrad.search with type arguments of type IndependenceFactModifier and TypeMethodDescriptionMarkovCheck.getLocalPValues
(IndependenceTest independenceTest, List<IndependenceFact> facts) Calculates the local p-values for a given independence test and a list of independence facts.MarkovCheck.getLocalPValues
(IndependenceTest independenceTest, List<IndependenceFact> facts, Double shuffleThreshold) Get Local P values with shuffle threshold provided.Constructor parameters in edu.cmu.tetrad.search with type arguments of type IndependenceFactModifierConstructorDescriptionAllSubsetsIndependenceFacts
(Set<IndependenceFact> msep, Set<IndependenceFact> mconn) Constructor. -
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 IndependenceFactModifier and TypeMethodDescriptionIndTestProbabilistic.getH()
Returns a map from independence facts to their probabilities of independence.Constructors in edu.cmu.tetrad.search.test with parameters of type IndependenceFactModifierConstructorDescriptionIndependenceResult
(IndependenceFact fact, boolean indep, double pValue, double score) Constructor.IndependenceResult
(IndependenceFact fact, boolean indep, double pValue, double score, boolean isValid) 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