Skip to content

dfm/emcee

Folders and files

NameName
Last commit message
Last commit date
Apr 5, 2024
Jun 25, 2021
Nov 2, 2023
Jun 25, 2021
Aug 21, 2020
Apr 5, 2024
Mar 1, 2017
May 2, 2022
Apr 10, 2024
Oct 17, 2023
Jun 25, 2021
Nov 10, 2017
Jun 25, 2021
May 10, 2022
Jun 25, 2021
Oct 17, 2019
Jun 25, 2021
Jun 25, 2021
Feb 16, 2022
May 5, 2022
Apr 5, 2024

Repository files navigation

emcee

The Python ensemble sampling toolkit for affine-invariant MCMC

https://img.shields.io/badge/GitHub-dfm%2Femcee-blue.svg?style=flat http://img.shields.io/badge/license-MIT-blue.svg?style=flat http://img.shields.io/badge/arXiv-1202.3665-orange.svg?style=flat https://coveralls.io/repos/github/dfm/emcee/badge.svg?branch=main&style=flat&v=2 https://readthedocs.org/projects/emcee/badge/?version=latest

emcee is a stable, well tested Python implementation of the affine-invariant ensemble sampler for Markov chain Monte Carlo (MCMC) proposed by Goodman & Weare (2010). The code is open source and has already been used in several published projects in the Astrophysics literature.

Documentation

Read the docs at emcee.readthedocs.io.

Attribution

Please cite Foreman-Mackey, Hogg, Lang & Goodman (2012) if you find this code useful in your research. The BibTeX entry for the paper is:

@article{emcee,
   author = {{Foreman-Mackey}, D. and {Hogg}, D.~W. and {Lang}, D. and {Goodman}, J.},
    title = {emcee: The MCMC Hammer},
  journal = {PASP},
     year = 2013,
   volume = 125,
    pages = {306-312},
   eprint = {1202.3665},
      doi = {10.1086/670067}
}

License

Copyright 2010-2021 Dan Foreman-Mackey and contributors.

emcee is free software made available under the MIT License. For details see the LICENSE file.