Uses of Enum Class
edu.cmu.tetrad.search.ConditioningSetType
Packages that use ConditioningSetType
Package
Description
This package contains classes for causal graph search algorithms.
-
Uses of ConditioningSetType in edu.cmu.tetrad.algcomparison.statistic
Constructors in edu.cmu.tetrad.algcomparison.statistic with parameters of type ConditioningSetTypeModifierConstructorDescriptionMarkovCheckAdPasses(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the Anderson Darling P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).MarkovCheckAdPassesBestOf10(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the Anderson Darling P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).MarkovCheckAndersonDarlingP(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the Anderson Darling P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).MarkovCheckAndersonDarlingPBestOf10(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the Anderson Darling P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).MarkovCheckBinomialP(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the Kolmogorov-Smirnoff P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).MarkovCheckBinomialPBestOf10(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the Kolmogorov-Smirnoff P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).MarkovCheckFractionDependentH0(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the Anderson Darling P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).MarkovCheckFractionDependentH1(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the Anderson Darling P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).MarkovCheckKolmogorovSmirnoffP(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the Kolmogorov-Smirnoff P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).MarkovCheckKolmogorovSmirnoffPBestOf10(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the Kolmogorov-Smirnoff P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).MarkovCheckKsPasses(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the Kolmogorov-Smirnoff P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).MarkovCheckKsPassesBestOf10(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the Kolmogorov-Smirnoff P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).McGetNumTestsH0(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the number of tests for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).McGetNumTestsH1(IndependenceWrapper independenceWrapper, ConditioningSetType conditioningSetType) Calculates the number of tests for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1). -
Uses of ConditioningSetType in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return ConditioningSetTypeModifier and TypeMethodDescriptionMarkovCheck.getSetType()Returns type of conditioning sets to use in the Markov check.static ConditioningSetTypeReturns the enum constant of this class with the specified name.static ConditioningSetType[]ConditioningSetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.search with parameters of type ConditioningSetTypeModifier and TypeMethodDescriptionMarkovCheck.getPrecisionAndRecallGraphPlotData(Node x, Graph estimatedGraph, Graph trueGraph, ConditioningSetType conditioningSetType, String subgraphFeature) Computes the precision and recall values for a specified subgraph structure between an estimated graph and a true graph.voidMarkovCheck.setSetType(ConditioningSetType setType) Sets the type of conditioning sets to use in the Markov check.Constructors in edu.cmu.tetrad.search with parameters of type ConditioningSetTypeModifierConstructorDescriptionMarkovCheck(Graph graph, IndependenceTest independenceTest, ConditioningSetType setType) Constructor.