ThinkBayes2 icon indicating copy to clipboard operation
ThinkBayes2 copied to clipboard

Chapter 8 missing cells in zip file

Open discdiver opened this issue 4 years ago • 2 comments

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.

discdiver avatar Sep 01 '21 17:09 discdiver

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?

AllenDowney avatar Sep 01 '21 17:09 AllenDowney

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.

discdiver avatar Sep 01 '21 19:09 discdiver

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

AllenDowney avatar Feb 15 '23 16:02 AllenDowney