Is the following always true: $\mbox{Var}[\mbox{Range}(X_1,\cdots,X_n)] = O(n^{-B})$ with $0\leq B \leq 2$?

100 Views Asked by At

Here $X_1,\cdots,X_n$ are i.i.d. The two extremes $B=0$ and $B=2$, and the standard case $B = 1$ are illustrated in the picture below. For the reference, see here.

enter image description here

1

There are 1 best solutions below

1
On BEST ANSWER

Analysis of the range can be reduced to the analysis of extreme values attained by a distribution if it is bounded on one side. For such special cases, extreme value theory can be applied to study the behavior of the tail distributions/extreme order statistics. In particular, Fisher–Tippett–Gnedenko theorem can be applied under certain special structure of the underlying sampling distribution.

$\mathbb{VaR}[Range(X_1,X_2,...,X_n)]$ can be shown to be finite using Extreme Value Theory and convergence to generalized extreme value distributions.

Let $M_n = max(X_1,X_2,...,X_n)$ and $X_n$ follows a distribution bounded on the left. Then if there exists sequence of real numbers $a_n >0, b_n$ such that $\mathbb{Pr}(\frac{M_n -a_n}{b_n} < z) \to G(z)$, then G(z) follows a generalized extreme value (GEV) distribution. There are three possible GEV distribution Weibull, Gumbell and Fréchet distribution which are determined based on the convergence parameters $a_n,b_n$

Weibull, Gumbell distributions have finite variance and Fréchet distribution has finite variance if sampling distribution of $X_n$ has finite variance.

It can be shown that exponential distribution falls under the convergence law of Gumbell distribution with the same variance as mentioned in the comments. Polynomial tail distributions (heavier than exponential) fall under the convergence law of Fréchet distribution.

An example would be the Pareto distribution with polynomial tail which has CDF of,

$F_X(x) = 1 - (x_m/x)^{-\alpha}$ for $x \in [x_m,\infty)$ and $0$ otherwise

If $X_i \sim Pareto(\alpha)$ with $x_m = 1$, then $min(X_1,X_2,...,X_n)$ will converge to $x_m$ in probability as $n \to \infty$ and $Range(X_1,X_2,...,X_n)$ can be approximated as $max(X_1,X_2,...,X_n) - x_m$. Using the Fisher–Tippett–Gnedenko theorem, we can show that probability distribution of $M = \lim_{n \to \infty} max(X_1,X_2,...,X_n)$ converges to the Fréchet distribution with parameter $\alpha$.

The condition on $\alpha$ which makes variance of the Pareto distribution finite, also satisfies the condition to make the variance of the Fréchet distribution finite. Thus falling into the case where $B=0$.

I understand this answer doesn't capture all possible distributions of $X_n$ but the convergence criteria under Extreme Value Theory captures most of the heavy tail distributions used for modeling extreme observations.