Skip to content

eford/ABC.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.