Population Estimation and Secretary Problem
Tank Problem (German Tank Problem)
Suppose we observe serial numbers from a population numbered (unknown ). Estimate .
Model
Serial numbers drawn uniformly without replacement from .
MLE
This maximises likelihood, but is biased downward.
Unbiased Estimator
Example
Observed serial numbers: .
, .
Estimate: or .
Secretary Problem
We interview candidates sequentially. After each interview, must accept or reject. Cannot recall rejected candidates. Goal: maximise chance of hiring the best.
Optimal Strategy
Reject the first candidates, then choose the first one better than all seen so far.
For large : .
Probability of Success
With optimal strategy: (surprisingly high).
Proof Idea
The optimal balances:
- Seeing enough candidates to know what “good” looks like
- Not waiting so long that the best is already rejected
Computer simulations verify the rule.
Example
100 candidates. Reject first 37, then hire the first better than all previous.
Dice Game Problem
Roll a fair die times. Stop at the last 6 rolled to win.
Optimal Strategy
Stop as soon as we see a 6 after some threshold .
Threshold: smallest integer satisfying .
For : threshold around throw 5.
Summary
| Problem | Key Idea |
|---|---|
| Tank estimation | Use max + correction |
| Secretary problem | Reject first , then choose best yet |
| Dice game | Threshold-based stopping |