CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.67k stars 7.86k forks source link

Fix for the missing denominator in an example in the PyMC3 version of Chapter4 #346

Closed sachinthak closed 7 years ago

CamDavidsonPilon commented 7 years ago

lgtm, is this present in the pymc2 version too?

sachinthak commented 7 years ago

No pymc2 version is fine.

On 31 May 2017, at 11:03 pm, Cameron Davidson-Pilon notifications@github.com wrote:

lgtm, is this present in the pymc2 version too?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

CamDavidsonPilon commented 7 years ago

thanks for the contribution!