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.75k stars 7.88k forks source link

small fixes: markdown, pep8 and poisson distribution #337

Closed lnauta closed 7 years ago

lnauta commented 7 years ago

-Added the lambda explicitly to the Poisson distribution formula in chap.1 -Expanded an import wildcard -Fixed some typos and markdown issues in the notebooks

CamDavidsonPilon commented 7 years ago

Awesome, ty!