From fd3fe8102c36c32681301219bbbed89100459df6 Mon Sep 17 00:00:00 2001 From: Stuart Layton Date: Sun, 11 Aug 2013 19:00:55 -0400 Subject: [PATCH] Fixes minor grammar error --- Chapter2_MorePyMC/MorePyMC.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chapter2_MorePyMC/MorePyMC.ipynb b/Chapter2_MorePyMC/MorePyMC.ipynb index 0b3d5c71..642adda8 100644 --- a/Chapter2_MorePyMC/MorePyMC.ipynb +++ b/Chapter2_MorePyMC/MorePyMC.ipynb @@ -1161,7 +1161,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "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." + "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." ] }, { @@ -2586,4 +2586,4 @@ "metadata": {} } ] -} \ No newline at end of file +}