Michael G. answered 12/31/24
Ivy League Tutor with 9+ Years Experience Tutoring Statistics
Hey Amon!
To determine the density of an order statistic, recall that the distribution for the kth order statistic is:
fX(k)(x) = n!/(k-1)!(n-k!) * [F(x)]k-1[1-F(x)]n-kf(x)
where f(.) is the density of X(k).
In the case of a Uniform(0,1) random variable, the density is just 1, and the CDF is 0 for x<0, x for 0≤x≤1, and 1 for x>1.
Plugging things in, you get that following density for x between 0 and 1:
fX(k)(x) = n!/(k-1)!(n-k!) * xk-1[1-x]n-k(1)
We can rewrite this so it more closely resembles the Beta(α,β) distribution:
fX(k)(x) = Γ(k + (n-k+1)) / Γ(k)Γ(n-k+1)* xk-1[1-x](n-k+1)-1
This makes it a little easier to see that α = k and β = n-k+1.