How does the maximum of $N$ normal random variables behave? If they are i.i.d., then on the right tail ($x \rightarrow \infty$) it behaves as if it is distributed with Gumbel. But any results for the generic case?
That is, how does $Z = \max \left(X_1, X_2, \dots, X_N \right)$ behave where $X_i \sim \mathcal{N}(\mu_i, \sigma_i^2)$, or with shared variance $X_i \sim \mathcal{N}(\mu_i, \sigma^2)$.
I assume the shared variance & different mean case should behave similar to the i.i.d. case, but are there any known results?



If we start with the CDF, \begin{align*} F_Z(z) &= P(Z \leq z) \\ &= P(\max(X_1,X_2,...,X_N) \leq z) \\ &= P(X_1 \leq z, X_2 \leq z,...,X_N \leq z) \\ &\stackrel{(ind)}{=} \prod_{1}^N P(X_i \leq z) \\ &= \prod_1^N F_{X_i}(z) \end{align*} Taking the derivative yields the pdf. It doesn't seem to me like this will lead to a nice general expression.