Re: Statistics
U1, ..., Un are iid Unif(0,1)
Y_n := n \min\{U_1,\dots,U_n\}\\ \text{RTP: }F_{Y_n}(y) = 1-\left(1-\frac{y}{n}\right)^n
So I followed their working up to
F_{Y_n}(y) = \dots = \mathbb{P}\left(U_1\le \frac{y}{n}, \dots, U_n \le \frac{y}{n}\right)
\text{But then for some reason...