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

Chapter 8 missing cells in zip file #46

Closed
discdiver opened this issue Sep 1, 2021 · 3 comments
Closed

Chapter 8 missing cells in zip file #46

discdiver opened this issue Sep 1, 2021 · 3 comments
Projects

Comments

@discdiver
Copy link

Thank you for this great resource!

The Colab notebook for chapter 8 has cells to create the france and croatia goal data. The downloaded notebook zip files do not.

@AllenDowney
Copy link
Owner

Thanks for letting me know. I will fix this when I can, but let me make sure I understand so I know how urgent it is: do you mean that there is code missing that you need, or just that the empty cells are not there, so you have to make them yourself?

@discdiver
Copy link
Author

The code is missing.

The markdown file says:

"In the example, France scored 4 goals, so I'll make a copy of the prior and update it with the data."

The next cell is missing. In the Colab notebook it has:

france = prior.copy()
update_poisson(france, 4)

Same goes for Croatia.

@AllenDowney AllenDowney added this to To do in ThinkBayes Sep 30, 2021
@AllenDowney
Copy link
Owner

Sorry for my very slow reply. This should be fixed now, but please reopen this issue if not. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants