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.81k stars 7.89k forks source link

typo at MorePyMC.ipynb#L1463 #165

Closed boboppie closed 10 years ago

boboppie commented 10 years ago

Is it suppose to be "This is where ..."

Ref https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/blob/master/Chapter2_MorePyMC/MorePyMC.ipynb#L1463

CamDavidsonPilon commented 10 years ago

Fixed in recent PR. Thanks @boboppie !