davidbarber / Julia0p6ProbabilisticInferenceEngine

Basic probability manipulation routines for discrete variables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is some basic Julia code for simple discrete probability table manipulation.

This code was developed for Julia version 0.6.0

To run the demos (see the Demos folder):
start julia and then from within julia type:
julia> cd("directory where this README file is")
julia> include("setup.jl")
julia> using brml
julia> demoBurglar()
julia> demoHMMInferenceSimple()

and similarly for the other demos.

About

Basic probability manipulation routines for discrete variables

License:MIT License


Languages

Language:Jupyter Notebook 87.4%Language:Julia 12.6%