Friday, April 24, 2015

Bayesian comparison of groups using Python emcee

Prof. Brain Blais has implemented the BEST model of two groups in emcee, a Python system for MCMC sampling. See his post about it here.

1 comment:

  1. BEST is also implemented in PyMC3 which features HMC samplers including NUTS:
    http://pymc-devs.github.io/pymc3/BEST/

    ReplyDelete