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.55k stars 7.85k forks source link

[TYPO] expected_revenue is defined and not used #382

Open drorata opened 6 years ago

drorata commented 6 years ago

In section 7.3.1 of the printed version, on page 201, the function expected_revenue is defined but in the following block expected_value is used. Seems like this should be expected_revenue. The problem continues in section 7.3.2

CamDavidsonPilon commented 6 years ago

Ah, thanks for the heads up @drorata