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

Chapter 2: typo #464

Open ricardoV94 opened 5 years ago

ricardoV94 commented 5 years ago

You write on the social example:

What you can say for certain is that the true rate is less than your observed rate

I assume you mean:

the true rate is greater than your observed rate?