Expected highest sample from N samples of a normal distribution?

117 Views Asked by At

Given a normal distribution, how would I determine what the expected highest sample would be out of N samples?

Presently I'm doing some strange calculations that I think are incorrect; I'm solving (for x):

P(X > x) = 1/N

And stating that x is the expected highest (in reality, it's likely the expected minimum).

1

There are 1 best solutions below

1
On BEST ANSWER

For $N$ i.i.d. random variables, $\left(Pr(X \le x) \right)^N$ is the probability all $N$ values are less than or equal to $x$, so the solution to $$Pr(X \le x) = \sqrt[N]{\frac12}$$ will give you the median of the distribution of the maximum, while $$\int_{0}^{\infty} \left(1-\left(Pr(X \le x) \right)^N \right) \;dx - \int_{-\infty}^{0} \left(Pr(X \le x) \right)^N \;dx$$ will give you the mean of the distribution of the maximum.