Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors noticed in the 2nd edition #350

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion ERRATA.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

## 2nd Edition

[to be filled]
page 151: describing code piece 5.41, text says that this code produces the bottom-left part of figure 5.9. But the code keeps N=0, which corresponds to bottom-right
figure.

page 243: “Something like alpha ~ Normal(0, 0.1)” and the next Normal(0,0) Have to be “Normal(1, 0.1)”

page 273: last sum in the formula has to be `log p(\mu_x | 0, 0.5))`

page 349: plot label has to be `dlnorm`, not `dnorm`

page 351: chart titles are wrong - first variable should be a, not b

page 472: reference `bp` is not present in the model

page 475: in the code piece 14.45 - the same

page 508: model names on chart are wrong, has to be m15.5 and m15.6. The text also references wrong models

## 1st Edition

Expand Down