All Projects → dfm → Emcee

dfm / Emcee

Licence: mit
The Python ensemble sampling toolkit for affine-invariant MCMC

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Emcee

BayesianTutorials
Implementing MCMC sampling from scratch in R for various Bayesian models
Stars: ✭ 75 (-93.31%)
Mutual labels:  mcmc
Pymc3
Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Aesara
Stars: ✭ 6,214 (+454.33%)
Mutual labels:  mcmc
Pygtc
Make a sweet giant triangle confusogram (GTC) plot
Stars: ✭ 13 (-98.84%)
Mutual labels:  mcmc
smfsb
Documentation, models and code relating to the 3rd edition of the textbook Stochastic Modelling for Systems Biology
Stars: ✭ 27 (-97.59%)
Mutual labels:  mcmc
Dbda Python
Doing Bayesian Data Analysis, 2nd Edition (Kruschke, 2015): Python/PyMC3 code
Stars: ✭ 502 (-55.22%)
Mutual labels:  mcmc
Boltzmann Machines
Boltzmann Machines in TensorFlow with examples
Stars: ✭ 768 (-31.49%)
Mutual labels:  mcmc
Torsten
library of C++ functions that support applications of Stan in Pharmacometrics
Stars: ✭ 38 (-96.61%)
Mutual labels:  mcmc
Cmdstan.jl
CmdStan.jl v6 provides an alternative, older Julia wrapper to Stan's `cmdstan` executable.
Stars: ✭ 30 (-97.32%)
Mutual labels:  mcmc
Convchain
Bitmap generation from a single example with convolutions and MCMC
Stars: ✭ 581 (-48.17%)
Mutual labels:  mcmc
Owl
Owl - OCaml Scientific and Engineering Computing @ http://ocaml.xyz
Stars: ✭ 919 (-18.02%)
Mutual labels:  mcmc
Bayesplot
bayesplot R package for plotting Bayesian models
Stars: ✭ 276 (-75.38%)
Mutual labels:  mcmc
Bda r demos
Bayesian Data Analysis demos for R
Stars: ✭ 409 (-63.51%)
Mutual labels:  mcmc
Bda py demos
Bayesian Data Analysis demos for Python
Stars: ✭ 781 (-30.33%)
Mutual labels:  mcmc
autoreparam
Automatic Reparameterisation of Probabilistic Programs
Stars: ✭ 29 (-97.41%)
Mutual labels:  mcmc
Deepbayes
Bayesian methods in deep learning Summer School
Stars: ✭ 15 (-98.66%)
Mutual labels:  mcmc
mc3
Python MCMC Sampler
Stars: ✭ 25 (-97.77%)
Mutual labels:  mcmc
Rstan
RStan, the R interface to Stan
Stars: ✭ 760 (-32.2%)
Mutual labels:  mcmc
Dblink
Distributed Bayesian Entity Resolution in Apache Spark
Stars: ✭ 38 (-96.61%)
Mutual labels:  mcmc
Psgld
AAAI & CVPR 2016: Preconditioned Stochastic Gradient Langevin Dynamics (pSGLD)
Stars: ✭ 28 (-97.5%)
Mutual labels:  mcmc
Bayesian Neural Networks
Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace, SG-HMC and more
Stars: ✭ 900 (-19.71%)
Mutual labels:  mcmc

emcee

The Python ensemble sampling toolkit for affine-invariant MCMC

.. image:: https://img.shields.io/badge/GitHub-dfm%2Femcee-blue.svg?style=flat :target: https://github.com/dfm/emcee .. image:: https://github.com/dfm/emcee/workflows/Tests/badge.svg :target: https://github.com/dfm/emcee/actions?query=workflow%3ATests .. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat :target: https://github.com/dfm/emcee/blob/master/LICENSE .. image:: http://img.shields.io/badge/arXiv-1202.3665-orange.svg?style=flat :target: https://arxiv.org/abs/1202.3665 .. image:: https://coveralls.io/repos/github/dfm/emcee/badge.svg?branch=master&style=flat&v=2 :target: https://coveralls.io/github/dfm/emcee?branch=master .. image:: https://readthedocs.org/projects/emcee/badge/?version=latest :target: http://emcee.readthedocs.io/en/latest/?badge=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) <http://cims.nyu.edu/~weare/papers/d13.pdf>_. 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 <http://emcee.readthedocs.io/>_.

Attribution

Please cite Foreman-Mackey, Hogg, Lang & Goodman (2012) <https://arxiv.org/abs/1202.3665>_ if you find this code useful in your research and add your paper to the testimonials list <https://github.com/dfm/emcee/blob/master/docs/testimonials.rst>_. 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-2019 Dan Foreman-Mackey and contributors.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].