Interface BayesUpdater

All Superinterfaces:
Serializable, TetradSerializable
All Known Subinterfaces:
ManipulatingBayesUpdater
All Known Implementing Classes:
ApproximateUpdater, CptInvariantUpdater, Identifiability, JunctionTreeUpdater, RowSummingExactUpdater

public interface BayesUpdater extends TetradSerializable
Interface for a discrete Bayes updating algorithm. The main task of such and algorithm is to calculate P(X = x' | evidence), where evidence takes the form of a Proposition over the variables in the Bayes net, possibly with additional information about which variables in the Bayes net have been manipulated. Some updaters may be able to calculate joint marginals as well--that is, P(AND_i{Xi = xi'} | evidence). Also, not all updaters can take manipulation information into account. See implementations for details.)
Version:
$Id: $Id
Author:
josephramsey
See Also: