flat-mcmc

Painless, efficient, general-purpose sampling from continuous distributions.
Log | Files | Refs | README | LICENSE

commit c065348f360642efdee58116b9720a29d8107dce
parent 7ec04d202b0c61148daa08f42f5a95681563bf17
Author: Jared Tobin <jared@jtobin.ca>
Date:   Wed,  6 Apr 2016 17:06:09 +0700

README.

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -18,7 +18,9 @@ the paper describing the algorithm [here](http://msp.org/camcos/2010/5-1/camcos-v5-n1-p04-p.pdf), and a paper on some potential limitations [here](http://arxiv.org/abs/1509.02230). There is also also a robust Python implementation -[here](http://dan.iel.fm/emcee/current/). +[here](http://dan.iel.fm/emcee/current/) authored by [Dan +Foreman-Mackey](http://dan.iel.fm), a very nice dude who I once moved some +furniture with. *flat-mcmc* exports an 'mcmc' function that prints a trace to stdout, as well as a 'flat' transition operator that can be used more generally.