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.51k stars 7.84k forks source link

Code clean up #439

Closed mikeshwe closed 5 years ago

mikeshwe commented 5 years ago

Renamed some variables, per TFP style recommendations in Chapter 2. Also, split the Poisson plots into two sub plots, to make it easier to compare them visually.

CamDavidsonPilon commented 5 years ago

Nice, thanks @mikeshwe!