My random variable is defined as $X=\max({x_1,...x_n})$, with $n$ very large. The $x_i$ are iid random variables following a Binomial distribution with with $k$ trials and success-probability $p$.
$k$ can be safely assumed to be large enough to approximate the distribution as a normal distribution.
Given the exponential decrease of the distribution of the $x_i$, for $n$ large enough X follows a Gumbel distribution, i.e. $P(X)=\frac{e^{\frac{\alpha -X}{\beta }-e^{\frac{\alpha -X}{\beta }}}}{\beta }$
Is there any known approximation (after a some research I believe there is no exact expression) of the parameters $\alpha$ and $\beta$ as a function of p and k (also an approximation valid only for large n would be ok)?
Can you suggest any reference where the topic is addressed anyway?
– CupiDio Mar 02 '15 at 22:39