Skip to content

dmetivie/ABCMethods.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABCMethods

A Julia package featuring various ABC methods.

Methods

This package implements

  • Classic ABC: See the historical paper Pritchard et al. - 1999

  • ABC-SMC: A sequential Monte Carlo version of the classic ABC method Moral et al. - 2012. Note that this is the only method not using a reference table for training.

  • ABC-CNN: ABC method as described by Åkesson et al. - 2021.

  • ABC-Conformal: ABC method completely free of summary statistics and threshold selection as described in Baragatti et al. - 2024. It use Approximate Bayesian Computation (ABC) with deep learning and conformal prediction.

Example of usage

The documentation is not (yet) available however, detailed Quarto notebook on several examples using all implemented ABC methods are available.

Installation

The package is currently NOT in the Julia general registry (will be soon), but on a local registry, hence to download it just add:

using Pkg
pkg"registry add https://github.com/dmetivie/LocalRegistry"

and then add it as a normal package

Pkg.add("ABCMethods")
# or
pkg> add ABCMethods

About

A Julia package implementing some Bayesian ABC methods

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages