Skip to content

Commit 6016041

Browse files
Merge pull request CamDavidsonPilon#119 from slayton/master
Fixes minor grammar error
2 parents 9267707 + fd3fe81 commit 6016041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Chapter2_MorePyMC/MorePyMC.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@
11611161
"cell_type": "markdown",
11621162
"metadata": {},
11631163
"source": [
1164-
"Suppose 100 students are being surveyed for cheating, and we wish to find $p$, the proportion of cheaters. There a few ways we can model this in PyMC. I'll demonstrate the most explicit way, and later show a simplified version. Both versions arrive at the same inference. In our data-generation model, we sample $p$, the true proportion of cheaters, from a prior. Since we are quite ignorant about $p$, we will assign it a $\\text{Uniform}(0,1)$ prior."
1164+
"Suppose 100 students are being surveyed for cheating, and we wish to find $p$, the proportion of cheaters. There are a few ways we can model this in PyMC. I'll demonstrate the most explicit way, and later show a simplified version. Both versions arrive at the same inference. In our data-generation model, we sample $p$, the true proportion of cheaters, from a prior. Since we are quite ignorant about $p$, we will assign it a $\\text{Uniform}(0,1)$ prior."
11651165
]
11661166
},
11671167
{
@@ -2586,4 +2586,4 @@
25862586
"metadata": {}
25872587
}
25882588
]
2589-
}
2589+
}

0 commit comments

Comments
 (0)