Compare commits
5 Commits
9993a8f286
...
2259ce1bcb
Author | SHA1 | Date | |
---|---|---|---|
2259ce1bcb | |||
ba374a5ee2 | |||
8ef2d1cae8 | |||
126dd70d70 | |||
fb65744ee9 |
@ -13,7 +13,7 @@
|
||||
#show: doc => handout(
|
||||
doc,
|
||||
group: "Advanced 2",
|
||||
title: [Fast Inverse Square Root],
|
||||
title: [Fast Inverse Root],
|
||||
by: "Mark",
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
% use [nosolutions] flag to hide solutions.
|
||||
% use [solutions] flag to show solutions.
|
||||
\documentclass[
|
||||
solutions,
|
||||
nosolutions,
|
||||
singlenumbering,
|
||||
shortwarning
|
||||
]{../../../lib/tex/ormc_handout}
|
||||
|
@ -13,10 +13,7 @@ Bob generates 101 random numbers from $[0, 1]$, but deletes the lowest result.
|
||||
|
||||
Say we have both of the resulting arrays, but do not know who generated each one. \
|
||||
We would like to guess which of the two was generated by Bob. \
|
||||
- Say we assign the array with the smallest mean to Alice. \
|
||||
What is our probability of guessing correctly?
|
||||
- How often do we guess correctly if we instead assign \
|
||||
the array with the smaller _minimum_ to Alice?
|
||||
What is the optimal strategy, and what is its probability of guessing correctly?
|
||||
|
||||
|
||||
#solution([
|
||||
|
Loading…
x
Reference in New Issue
Block a user