Skip to content

Commit 68df3ec

Browse files
committed
Removed second "the"
1 parent 55abdff commit 68df3ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Chapter2_MorePyMC/MorePyMC.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@
823823
"\n",
824824
"There is another connection between Bernoulli and Binomial random variables. If we have $X_1, X_2, ... , X_N$ Bernoulli random variables with the same $p$, then $Z = X_1 + X_2 + ... + X_N \\sim \\text{Binomial}(N, p )$.\n",
825825
"\n",
826-
"The expected value of a Bernoulli random variable is $p$. This can be seen by noting the the more general Binomial random variable has expected value $Np$ and setting $N=1$."
826+
"The expected value of a Bernoulli random variable is $p$. This can be seen by noting the more general Binomial random variable has expected value $Np$ and setting $N=1$."
827827
]
828828
},
829829
{
@@ -1474,7 +1474,7 @@
14741474
"\n",
14751475
"\n",
14761476
"\n",
1477-
"Below we continue our modeling of the the Challenger space craft:"
1477+
"Below we continue our modeling of the Challenger space craft:"
14781478
]
14791479
},
14801480
{
@@ -2046,7 +2046,7 @@
20462046
"source": [
20472047
"In the random model, we can see that as the probability increases there is no clustering of defects to the right-hand side. Similarly for the constant model.\n",
20482048
"\n",
2049-
"The the perfect model, the probability line is not well shown, as it is stuck to the bottom and top of the figure. Of course the perfect model is only for demonstration, and we cannot infer any scientific inference from it."
2049+
"The perfect model, the probability line is not well shown, as it is stuck to the bottom and top of the figure. Of course the perfect model is only for demonstration, and we cannot infer any scientific inference from it."
20502050
]
20512051
},
20522052
{

0 commit comments

Comments
 (0)