We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Greetings!
I have a few questions regarding ThinkBayes2/solutions/height_soln.ipynb
Why do we update the suit with 0? Why not 'A'?
'suite.Update(0)'
Also, the question asks:
Suppose I choose two residents of the U.S. at random. A is taller than B. How tall is A?
We know A is taller than B, yet in Posterior marginal distributions, we see the mean height of B is greater than A.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Greetings!
I have a few questions regarding ThinkBayes2/solutions/height_soln.ipynb
Why do we update the suit with 0? Why not 'A'?
'suite.Update(0)'
Also, the question asks:
Suppose I choose two residents of the U.S. at random. A is taller than B. How tall is A?
We know A is taller than B, yet in Posterior marginal distributions, we see the mean height of B is greater than A.
Thanks!
The text was updated successfully, but these errors were encountered: