Class RowSummingExactUpdater

java.lang.Object
edu.cmu.tetrad.bayes.RowSummingExactUpdater
All Implemented Interfaces:
BayesUpdater, ManipulatingBayesUpdater, TetradSerializable, Serializable

public final class RowSummingExactUpdater extends Object implements ManipulatingBayesUpdater
Performs updating operations on a BayesIm by summing over cells in the joint probability table for the BayesIm. Quite flexible and fast if almost all of the variables in the Bayes net are in evidence. Can be excruciatingly slow if numVars - numVarsInEvidence is more than 15.
Version:
$Id: $Id
Author:
josephramsey
See Also: