Haskell library for representation of bayesian networks, supporting different inference algorithms.
Project dependency management, build and testing is done using Haskell Tool Stack.
-
Building the library
stack build
-
Running all test suites
stack test haskell-bayesian
-
Running a specific test suite
stack test haskell-bayesian:factors-test