MCMC in Python: Gaussian mixture model in PyMC3

PyMC3 is really coming along. I tried it out on a Gaussian mixture model that was the subject of some discussion on GitHub: https://github.com/pymc-devs/pymc3/issues/443#issuecomment-109813012 http://nbviewer.ipython.org/gist/aflaxman/64f22d07256f67396d3a

1 Comment

Filed under MCMC, software engineering, statistics

One response to “MCMC in Python: Gaussian mixture model in PyMC3

  1. Great stuff. I’ve enjoyed every minute I’ve spent jumping into the world of pyMC. (Although, admittedly, it has resulted in some hair pulling!)