A claims auditor pulls 50 settled losses and needs the 90th-percentile severity to set a large-loss threshold. That number is an order statistic, and its sampling distribution is what tells you whether the threshold is stable or noisy.
Definition. Take an iid sample from a continuous distribution with cdf and pdf . Sort the observations to get the order statistics . The index in parentheses is rank, not the original subscript. Ties have probability zero in the continuous case, so the ordering is strict almost surely.
Extremes are easy. The maximum is below only if every observation is below . Independence gives a clean product.
Differentiate to get densities: and .
KEY: For exponential samples, . The minimum of iid exponentials has rate , mean . This is the most-tested extreme-value identity.
Common mistakes
- Using as the plotting position. The correct convention is ; the alternative pushes the max to probability 1 and breaks Q-Q alignment.
- Forgetting to include in the density formula. The factor without is a probability weight, not a density. The full density requires the additional .
- Confusing the minimum's rate. For iid exponentials at rate , the minimum has rate (mean ), not and not itself.
Bottom line
- Order statistics are the sorted sample; is the minimum, the maximum.
- CDF method: ; the max has CDF and the min has CDF .
- Density: ; the trailing is mandatory.
- Uniform(0,1): with mean ; the probability-integral transform extends this to any continuous .
Exam shortcut
If the problem asks about the minimum or maximum directly, skip the binomial sum and write down or ; differentiate only if you need the density. For interior order statistics of a uniform sample, recognize the beta immediately and pull moments from and rather than integrating.
The full lesson (about 1,642 words, 11 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- B7
Browse all free MAS-I lessons or jump into free MAS-I practice questions.