Skip to content

Commit 35174d2

Browse files
committed
Spelling
1 parent 55f8df4 commit 35174d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter2_MorePyMC/MorePyMC.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@
14601460
"\n",
14611461
"If we know the probability of respondents saying \"Yes\", which is `p_skewed`, and we have $N=100$ students, the number of \"Yes\" responses is a binomial random variable with parameters `N` and `p_skewed`.\n",
14621462
"\n",
1463-
"This is were we include our observed 35 \"Yes\" responses. In the declaration of the `pm.Binomial`, we include `value = 35` and `observed = True`."
1463+
"This is where we include our observed 35 \"Yes\" responses. In the declaration of the `pm.Binomial`, we include `value = 35` and `observed = True`."
14641464
]
14651465
},
14661466
{

0 commit comments

Comments
 (0)