Gumbel distribution

295 Views Asked by At

Let $(X_i)_{i \geq 1}$ be a sequence of i.i.d. normal $\mathcal{N}(0,1)$ random variables. Let $M_n = \max_{i=1,\ldots,n} X_i$. Show that $$P[\sqrt{2 \log n} M_n - 2 \log n \leq u ] \rightarrow e^{-e^{-u}} \text{ as } n \rightarrow \infty$$ I thought maybe to use the following property: $$P[\sqrt{2 \log n} M_n - 2 \log n \leq u ] = P(M_n \leq \frac{u+2 \log n}{\sqrt{2 \log n}})= F^n(\frac{u+2 \log n}{\sqrt{2 \log n}})$$ but dont know how to proceed..

1

There are 1 best solutions below

18
On

As you mentionned,$$P[a_n M_n - b_n \leq u ] = F\left(\frac{u +b_n}{a_n}\right)^n $$ As $$ \frac 1{\sqrt{2\pi}(x+1/x)}\exp\left(-\frac {x^2}2\right) < 1-F(x) < \frac 1{\sqrt{2\pi}x}\exp\left(-\frac {x^2}2\right),\\ 1-F(x) \sim \frac 1{\sqrt{2\pi}x}\exp\left(-\frac {x^2}2\right). $$

$$ -\log P[a_n M_n - b_n \leq u ] = -n\log \left(1-\left( 1- F\left(\frac{u +b_n}{a_n}\right)\right)\right)\\ \sim n \left( 1- F\left(\frac{u +b_n}{a_n}\right)\right) \sim n \frac {a_n}{\sqrt{2\pi}(u+b_n)} \exp\left(-\frac {(u+b_n)^2}{2a_n^2}\right) \sim n \frac {a_n}{\sqrt{2\pi}b_n} \exp\left(-\frac {(u+b_n)^2}{2a_n^2}\right); \\ \exp\left(-\frac {(u+b_n)^2}{2a_n^2}\right)= \exp\left(-\frac {u^2}{2a_n^2}\right) \exp\left(-\frac {ub_n}{a_n^2}\right) \exp\left(-\frac {b_n^2}{2a_n^2}\right) \sim \frac {\exp\left(-u\right)}n $$ because $a_n\to\infty$, $a_n^2 = b_n$ and $(b_n/a_n)^2 = 2\log n$.