Skip to content

stammler/emceeX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emceeX

This project is a customization of the Markov chain Monte Carlo code emcee.
Since I noticed I'm doing the same steps over and over again when running a MCMC model I've built a wrapper around emcee that can also be run from the command line.

It does not include all features of emcee and is not thoroughly tested. Use with caution and cross check your results.

Installation

Clone the repository and install with

pip install .

Usage

Usage is summarized in example notebooks.

  1. Basic usage
  2. Command line
  3. Monitoring

For a complete manual on emcee, please have a look at the documentation there.

About

Extension and customization of emcee

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages