We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b626171 commit a4bc3b2Copy full SHA for a4bc3b2
BNK-rand.ipynb
@@ -154,6 +154,8 @@
154
"$$E[Y] = E\\left[\\sum_{i=1}^{N} Y_i\\right] = \\sum_{i=1}^N E[Y_i] = N\\cdot Pr[B]\n",
155
"= N\\left(\\sum_{P=0}^{L} q(P)\\cdot {L \\choose P}(M/N)^P(1-M/N)^{L-P}\\right).$$\n",
156
"\n",
157
+ "Note that the second step holds because of the linearity of expectation.\n",
158
+ "\n",
159
"#### Let's see the numbers\n",
160
161
"We will plug in, again, $N=27$ and $M=5$."
0 commit comments