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

Renames Chapter 3 variables from "p1 and p2" to "p0 and p1" to keep syntax consistent #458

Open Alescontrela opened 5 years ago

Alescontrela commented 5 years ago

This PR clears up some confusion present in "Ch3_IntroMCMC_PyMC3" that arises from a sudden switch-up of variable names referring to the same cluster (explained in #367).