Typo in 02_bayes.ipynb
Closed this issue · 1 comments
edavishydro commented
In the Review section, text is:
"For example, here's the probability that a respondent is a Democrat, given that they are liberal."
The code in cell 15 is:
conditional(female, banker)
instead of:
conditional(democrat, liberal)
The next sentence/code cell has a similar error.
AllenDowney commented
Fixed. Thanks!