Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Bayesian Networks for probabilistic analysis
Contributed by: Andreas Hafver
This is a simple implementation of Bayesian Networks (BNs) in the Wolfram Language. BNs are probabilistic graphical models for compactly representing multivariate probability distributions with conditional relationships among the variables. This implementation works with categorical (finite discrete) variables.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AndreasHafver/BayesianNetwork"]
To load the code after installation, evaluate this code:
Needs["AndreasHafver`BayesianNetwork`"]