A Julia package for discrete acausal Bayesian inference.
The package has been implemented and tested in Julia v1.0. Recommended installation source:
https://julialang.org/downloads/
Installation is straightforward: enter Pkg mode by hitting ]
, and then
(v1.0) pkg> add https://github.com/mikegpl/AcausalNets.jl
or, if you want to check out the package for development
(v1.0) pkg> dev https://github.com/mikegpl/AcausalNets.jl
Dependencies of this package are listed in Project.toml
.