Discrete Bayesian Network inference engine supporting exact marginalization, conditional belief updates, and variable elimination over directed acyclic graphs.
Summary
Functions
Performs exact inference to compute the posterior distribution P(Query | Evidence).
evidence is a map of {node_name => observed_value}.
Constructs a new Bayesian Network with nodes and conditional probability tables.