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

Modified typos in several code blocks for plots #423

Closed matthew-mcateer closed 5 years ago

matthew-mcateer commented 5 years ago

Changed some typos that were present in the code cells for plots of the HMC outputs. These code cells were also re-run.

matthew-mcateer commented 5 years ago

@CamDavidsonPilon One last typo to be fixed in Chapter 2.

CamDavidsonPilon commented 5 years ago

thanks!