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

Bug in Ch6_priors_pymc3.ipynb #527

Open lc82111 opened 2 years ago

lc82111 commented 2 years ago

Section: A Proposed Solution

The correction one should be:

the posterior is a Beta(a=1+X, b=1+N-X)