Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 659 Bytes

File metadata and controls

14 lines (8 loc) · 659 Bytes

ABC

This package implements basic algorithms of Approximate Bayesian Computing (ABC) in Julia.
Currently, it implements a single algorithm, ABC-PMC based on Beaumont et al. 2002 via abc_pmc_plan_type.

Versions

This unregistered package is meant to work witih julia version v0.6.* and is likely to also work with v0.5.* or even v0.4.*. For julia v0.7, please use https://github.com/eford/ApproximateBayesianComputing.jl which is now a registered package.