
Originally Posted by
Jo_M.
Basically, you have a sample of X_i's (X_1, X_2,...), and each of these random variables have the same probability distribution (exponential, for example). Then, you choose a certain number n of these X_i's, look at their value, and place them in increasing order. After putting them in order, they become an ordered sample (from Y_1 to Y_n), from which you can derive many useful information.
One thing you can get is the cdf of the largest ordered stat (labelled Y_n), then get its pdf using derivation:
F_yn(yn) = [F_x(yn)]^n where F_x is the cdf of any X_i
Another is the cdf of the smallest ordered stat (labelled Y_1):
F_y1(y1) = [1-F_x(y1)]^n
You could also find the joint pdf of the whole ordered sample:
f_yi(y1,...yn) = n! *f_x(y1) * f_x(y2)*...*f_x(yn)
You could find also find the joint pdf of 2 ordered stats (y_j, y_k):
f_yj,yk (yj,yk) = n!/((j-1)!*(k-j-1)!*(n-k)!) *[Fx(yj)]^(j-1) *[Fx(yk)-Fx(yj)]^(k-j-1) *[1-Fx(yk)]^(n-k) * fx(yj) * fx(yk)
Yes, this last formula is huge. You probably don't understand a thing, but write it out, and practice a bit with it an it'll blend into your brain.
Bookmarks - Share