A Bayesian network calculator for both exact (enumeration) and approximate inference (rejection sampling, likelihood weighting).
-
Updated
Nov 10, 2017 - Java
A Bayesian network calculator for both exact (enumeration) and approximate inference (rejection sampling, likelihood weighting).
This project implements both exact and approximate inference techniques for Bayesian Networks using enumeration and rejection sampling, respectively. It processes Bayesian Network structures in XMLBIF format, accepting command-line inputs to compute the posterior distribution of a query variable given observed evidence.
Add a description, image, and links to the rejection-sampling topic page so that developers can more easily learn about it.
To associate your repository with the rejection-sampling topic, visit your repo's landing page and select "manage topics."