Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 734 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 734 Bytes

AcausalNets

Build Status

A Julia package for discrete acausal Bayesian inference.

Installation

Julia

The package has been implemented and tested in Julia v1.0. Recommended installation source:

https://julialang.org/downloads/

Package

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

Dependencies of this package are listed in Project.toml.