Motivation. When you have iid random variables X1,…,Xn with a known pdf, you sometimes want the pdf of the minimum, maximum or k-th smallest/biggest of the realizations.
def. k-th order statistic X(k)is the k-th smallest of iid rv X1,…,Xn. Equivalently, X(1) is the smallest, and X(n) is the largest.
thm. pdf of order statistic. For iid rv X1,…,Xn:
P(X(k)∈[x,x+ϵ])=P(one of the X’s∈[x,x+ϵ] and exactly k−1 of the others <x)=i=1∑nP(Xi∈[x,x+ϵ] and exactly k−1 of the others <x)=nP(X1∈[x,x+ϵ] and exactly k−1 of the others <x)=nP(X1∈[x,x+ϵ])P(exactly k−1 of the others <x)=nP(X1∈[x,x+ϵ])((k−1n−1)P(X<x)k−1P(X>x)n−k)
And the pdf is:
f(k)(x)=nf(x)(k−1n−1)F(x)k−1(1−F(x))n−k