Order Statistics
Why Order Statistics?
Given i.i.d. random variables, the order statistics are the sorted values. The minimum and maximum are the simplest β and the most useful. In wireless communications, the SNR after selection combining is the maximum of i.i.d. channel gains, and the outage capacity is governed by the minimum eigenvalue of a random matrix. Understanding the distribution of extremes is essential.
Definition: Order Statistics
Order Statistics
Let be i.i.d. random variables with common CDF and PDF . The order statistics are the sorted values
where and .
Theorem: CDF of the Minimum and Maximum
For i.i.d. RVs with common CDF :
-
Maximum: .
-
Minimum: .
Maximum
$
using independence.
Minimum
F_{X_{(1)}}(x) = 1 - [1 - F_{X}(x)]^n\blacksquare$
Theorem: PDF of the -th Order Statistic
The PDF of the -th order statistic from i.i.d. continuous RVs with CDF and PDF is
Counting argument
For , exactly of the RVs must fall below , exactly one must fall in , and the remaining must exceed . The multinomial coefficient counts the number of ways to assign these roles:
Dividing by gives the result.
Example: Maximum of Uniform Random Variables
Let be i.i.d. . Find the CDF and PDF of and compute .
CDF
for .
for .
Expected value
n \to \infty\mathbb{E}[M] \to 1$ β the maximum concentrates near the upper endpoint.
Order Statistics of i.i.d. Uniforms
Visualize the PDF of the -th order statistic from i.i.d. random variables. Adjust and to see how the distribution shifts.
Parameters
Why This Matters: Selection Combining and Order Statistics
In a diversity receiver with independent branches, selection combining chooses the branch with the highest SNR. If the branch SNRs are i.i.d. (Rayleigh fading), then the post-combining SNR is , the maximum order statistic. Its CDF is . This directly gives the outage probability as a function of the number of diversity branches β a fundamental tradeoff in receiver design.
Common Mistake: Order Statistic Index Out of Range
Mistake:
Setting or in the -th order statistic formula.
Correction:
The order statistic is only defined for . The interactive plot should clamp to this range. Attempting produces a meaningless result.
Quick Check
If are i.i.d. , what is the distribution of ?
, so .
Key Takeaway
The CDF of the maximum of i.i.d. RVs is ; for the minimum it is . The minimum of i.i.d. exponentials with rate is again exponential with rate β a result used constantly in diversity analysis and reliability engineering.