Uses of Class
edu.cmu.tetrad.bayes.Evidence
Packages that use Evidence
-
Uses of Evidence in edu.cmu.tetrad.bayes
Methods in edu.cmu.tetrad.bayes that return EvidenceModifier and TypeMethodDescriptionApproximateUpdater.getEvidence()
Getter for the fieldevidence
.CptInvariantUpdater.getEvidence()
Getter for the fieldevidence
.Identifiability.getEvidence()
Getter for the fieldevidence
.JunctionTreeUpdater.getEvidence()
Returns the manipulation that was used to manipulate the Bayes IM.ManipulatingBayesUpdater.getEvidence()
Returns the manipulation that was used to manipulate the Bayes IM.RowSummingExactUpdater.getEvidence()
Getter for the fieldevidence
.UpdatedBayesIm.getEvidence()
Getter for the fieldevidence
.static Evidence
Evidence.serializableInstance()
Generates a simple exemplar of this class to test serialization.static Evidence
Evidence.tautology
(VariableSource variableSource) tautology.Methods in edu.cmu.tetrad.bayes with parameters of type EvidenceModifier and TypeMethodDescriptionvoid
ApproximateUpdater.setEvidence
(Evidence evidence) Sets new evidence for the updater.void
BayesUpdater.setEvidence
(Evidence evidence) Sets new evidence for the updater.void
CptInvariantUpdater.setEvidence
(Evidence evidence) Sets new evidence for the updater.void
Identifiability.setEvidence
(Evidence evidence) Sets new evidence for the updater.void
JunctionTreeUpdater.setEvidence
(Evidence evidence) Sets new evidence for the updater.void
ManipulatingBayesUpdater.setEvidence
(Evidence evidence) Sets new evidence for the updater.void
RowSummingExactUpdater.setEvidence
(Evidence evidence) Sets new evidence for the updater.Constructors in edu.cmu.tetrad.bayes with parameters of type EvidenceModifierConstructorDescriptionApproximateUpdater
(BayesIm bayesIm, Evidence evidence) Constructs a new updater for the given Bayes net.CptInvariantMarginalCalculator
(BayesIm bayesIm, Evidence evidence) Constructs a new marginal calculator for the given updated Bayes IM.CptInvariantUpdater
(BayesIm bayesIm, Evidence evidence) Constructs a new updater for the given Bayes net.Copy constructor.Evidence
(Evidence evidence, VariableSource variableSource) Constructor for Evidence.Identifiability
(BayesIm bayesIm, Evidence evidence) Constructor for Identifiability.JunctionTreeUpdater
(BayesIm bayesIm, Evidence evidence) Constructor for JunctionTreeUpdater.RowSummingExactUpdater
(BayesIm bayesIm, Evidence evidence) Constructs a new updater for the given Bayes net.UpdatedBayesIm
(BayesIm bayesIm, Evidence evidence) Constructs Bayes net in which CPT's updated for the given evidence are calculated on the fly.