Skip to content

rwth-irt/BayesNet.jl

Repository files navigation

Run Tests Documenter

BayesNet.jl

Minimal implementation of a Bayesian Network which is a directed acyclic graph (DAG) where each variable conditionally depends on a set of parent variables (Wikpedia). Type stable and by unrolling recursions and sequentializing the DAG.