Probabilistic-Programming-and-Bayesian-Methods-for-Hackers icon indicating copy to clipboard operation
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers copied to clipboard

Bug fix: Ch2 Example: Cheating among students

Open FangyangJz opened this issue 5 years ago • 0 comments

True answer testval shouldn't be set with random binomial distribution, or it will lead observed_proportion.tag.test_value later ( true value should be around 0.25) to equal the testval(around 0.5). And this made some confusion.

FangyangJz avatar Jan 05 '20 06:01 FangyangJz