I have a problem where my errors are normally distributed and I want to know what the expected maximum error is if I repeat the process $n$ times.
What is the smallest constant $C$ such that the following statement is true for all $n\geq 2$?
Let $X_1, X_2, \cdots, X_n$ be independent standard Gaussian random variables. Then $$\mathbb{E}\left[\max_{i=1}^n \left|X_i\right| \right] \leq C \sqrt{\log_e n}.$$
I can show that the answer is between $1.35$ and $2$.