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.67k stars 7.86k forks source link

minor change to chap 1 #363

Closed bantic closed 6 years ago

bantic commented 6 years ago

Adding a missing question mark to the parenthetical question about how confident you would be about a coin toss after observing 8 tails and 1 head.

(Btw thank you for this book — I'm loving it)

CamDavidsonPilon commented 6 years ago

👍 lgtm, thanks!