For n independent uniform draws, where do the largest and smallest tend to fall, and what laws describe them?
solvedeasy1 min
Let X1,X2,…,Xn be independent random variables, each uniform on [0,1]. Find the
cumulative distribution function, the density, and the expected value of the maximum
Zn=max(X1,…,Xn) and of the minimum Yn=min(X1,…,Xn).
fY(y)=n(1−y)n−1,E[Yn]=∫01y⋅n(1−y)n−1dy=n+11.(4)With five draws the minimum crowds toward 0 and the maximum toward 1. Their densities are mirror images, and the means land at 1/6 and 5/6, symmetric about the midpoint.
Each 1−Xi is again uniform, and Yn=1−maxi(1−Xi), so the minimum is the
maximum reflected through 21. That forces E[Yn]=1−E[Zn]=n+11
and explains the mirror symmetry of the two densities.
The cleanest reading is the gap picture. The n sorted draws split [0,1] into n+1
intervals whose expected lengths are all equal to n+11, so the k-th smallest
sits at height n+1k. The minimum is the first cut at n+11 and the
maximum the last at n+1n.