Uses of Class
edu.cmu.tetrad.bayes.Proposition
Packages that use Proposition
-
Uses of Proposition in edu.cmu.tetrad.bayes
Methods in edu.cmu.tetrad.bayes that return PropositionModifier and TypeMethodDescriptionEvidence.getProposition()
Getter for the fieldproposition
.static Proposition
Proposition.serializableInstance()
Generates a simple exemplar of this class to test serialization.static Proposition
Proposition.tautology
(VariableSource variableSource) tautology.Methods in edu.cmu.tetrad.bayes with parameters of type PropositionModifier and TypeMethodDescriptiondouble
BayesImProbs.getConditionalProb
(Proposition assertion, Proposition condition) double
CellTableProbs.getConditionalProb
(Proposition assertion, Proposition condition) Calculates the conditional probability of an assertion given a condition.double
DataSetProbs.getConditionalProb
(Proposition assertion, Proposition condition) Calculates the conditional probability of the given assertion being true, given the condition, in the dataset.double
DirichletDataSetProbs.getConditionalProb
(Proposition assertion, Proposition condition) Calculates the conditional probability of an assertion given a condition.double
IntAveDataSetProbs.getConditionalProb
(Proposition assertion, Proposition condition) double
StoredCellProbs.getConditionalProb
(Proposition assertion, Proposition condition) double
StoredCellProbsObs.getConditionalProb
(Proposition assertion, Proposition condition) Calculates the conditional probability of an assertion given a condition in the context of the Bayes IM.double
BayesImProbs.getProb
(Proposition assertion) double
CellTableProbs.getProb
(Proposition assertion) Calculates the probability for the given proposition.double
DataSetProbs.getProb
(Proposition assertion) Calculates the probability of the given assertion being true in the dataset.double
DirichletDataSetProbs.getProb
(Proposition assertion) Calculates the probability of the given assertion.double
IntAveDataSetProbs.getProb
(Proposition assertion) Calculates the probability of a given assertion.double
StoredCellProbs.getProb
(Proposition assertion) double
StoredCellProbsObs.getProb
(Proposition assertion) Calculates the probability of a given proposition in the context of this object.void
Proposition.restrictToProposition
(Proposition proposition) Restricts this proposition to the categories for each variable that are true in the given proposition.Constructors in edu.cmu.tetrad.bayes with parameters of type PropositionModifierConstructorDescriptionEvidence
(Proposition proposition) Wraps the proposition.Proposition
(Proposition proposition) Copies the info out of the old proposition into a new proposition for the new BayesIm.Proposition
(VariableSource variableSource, Proposition proposition) Copies the info out of the old proposition into a new proposition for the new BayesIm.