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) Calculates the conditional probability of an assertion given a 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 an assertion given a condition in a Bayes information model (Bayes IM).double
DirichletDataSetProbs.getConditionalProb
(Proposition assertion, Proposition condition) Calculates the conditional probability of an assertion given a condition in the context of a Bayes IM.double
IntAveDataSetProbs.getConditionalProb
(Proposition assertion, Proposition condition) Calculates the conditional probability of an assertion given a condition.double
StoredCellProbs.getConditionalProb
(Proposition assertion, Proposition condition) Calculates the conditional probability of an assertion given a condition.double
StoredCellProbsObs.getConditionalProb
(Proposition assertion, Proposition condition) Calculates the conditional probability of an assertion given a condition.double
BayesImProbs.getProb
(Proposition assertion) Calculates the probability of a given proposition.double
CellTableProbs.getProb
(Proposition assertion) This method calculates the probability of a given proposition.double
DataSetProbs.getProb
(Proposition assertion) Calculates the probability of the given assertion in the data set.double
DirichletDataSetProbs.getProb
(Proposition assertion) Retrieves the probability of the given assertion in the DirichletDataSetProbs.double
IntAveDataSetProbs.getProb
(Proposition assertion) Calculates the probability of a given assertion.double
StoredCellProbs.getProb
(Proposition assertion) Calculates the probability for the given proposition assertion.double
StoredCellProbsObs.getProb
(Proposition assertion) getProb.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.