Class UpdatedBayesIm

java.lang.Object
edu.cmu.tetrad.bayes.UpdatedBayesIm
All Implemented Interfaces:
BayesIm, Simulator, VariableSource, Im, TetradSerializable, Serializable

public final class UpdatedBayesIm extends Object implements BayesIm
Represents a Bayes IM in which all of the conditional probability tables have been updated to take into account evidence. Updated conditional probability values of variables with respect to comabinations of their parent values are calculated on the fly. Values that do not change due to being d-separated from a variable conditional on its parents are not calculated; rather, these are simply looked up in the underlying Bayes IM and returned.
Version:
$Id: $Id
Author:
josephramsey
See Also: