aloctavodia / BAP3

Figures and code examples from Bayesian Analysis with Python (third edition)
http://bap.com.ar/
142 stars 40 forks source link

Errata - Binomial coefficient typeset incorrectly #36

Closed cmhh closed 1 month ago

cmhh commented 1 month ago

On page 13, for example, the binomial coefficient is typeset as $\left(\frac{n}{x}\right)$, but it should just be $\left(n\atop{}x\right)$. This appears in two places--in the formula for the beta-binomial distribution, and in the paragraph below.

aloctavodia commented 1 month ago

Thanks, this has been fixed on the source and added to the errata.