Skip to content

Commit 39f9356

Browse files
Merge pull request CamDavidsonPilon#201 from pushmatrix/patch-2
Typo slain!
2 parents 87c2002 + 60283e5 commit 39f9356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter2_MorePyMC/MorePyMC.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@
12971297
"cell_type": "markdown",
12981298
"metadata": {},
12991299
"source": [
1300-
"Next we need a dataset. After performing our coin-flipped interviews the researchers received 35 \"Yes\" responses. To put this into a relative perspective, if there truly were no cheaters, we should expect to see on average 1/4 of all responses being a \"Yes\" (half chance of having first coin land Tails, and another half chance of having second coin land Heads), so about 25 responses in a cheat-free world. On the other hand, if *all students cheated*, we should expected to see approximately 3/4 of all responses be \"Yes\". \n",
1300+
"Next we need a dataset. After performing our coin-flipped interviews the researchers received 35 \"Yes\" responses. To put this into a relative perspective, if there truly were no cheaters, we should expect to see on average 1/4 of all responses being a \"Yes\" (half chance of having first coin land Tails, and another half chance of having second coin land Heads), so about 25 responses in a cheat-free world. On the other hand, if *all students cheated*, we should expect to see approximately 3/4 of all responses be \"Yes\". \n",
13011301
"\n",
13021302
"The researchers observe a Binomial random variable, with `N = 100` and `p = observed_proportion` with `value = 35`: "
13031303
]

0 commit comments

Comments
 (0)