I'm trying to find an asymptotic approximation for the expectation of the maximum of $n$ Weibull random variables $X_i \sim Weibull(\lambda,\beta)$ when $\beta < 1/2$ and $n$ is large. From simulations, I'm getting that
$$E[max(X_1,...,X_n) ] \approx A n^{c}$$ for some constant $A$ and constant $c < 1$, but I'm not sure how to prove something like this.
Are there any well-known approximations for the expectation of the maximum of Weibull random variables?
$$ E[max(X_1,...,X_n)] = n \Gamma(1+1/\beta) \sum_{i=0}^{n-1} \binom{n-1}{i} (-1)^i (\frac{1}{i+1})^{1 + 1/\beta}$$
– Asterix Jun 20 '17 at 17:22