You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Selection Sampling/README.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ The random number is 0.346. The formula gives:
151
151
152
152
Just a tiny bit too high. We skip `"e"`. Only two candidates left...
153
153
154
-
Note that now literally we're dealing with a toin coss: if the random number is less than 0.5 we select `"f"` and we're done. If it's greater than 0.5, we go on to the final element. Let's say we get 0.583:
154
+
Note that now literally we're dealing with a coin toss: if the random number is less than 0.5 we select `"f"` and we're done. If it's greater than 0.5, we go on to the final element. Let's say we get 0.583:
0 commit comments