I have random variables $X_0,X_1,…,X_n$ that are IID, and are normally distributed with mean $\mu$ and variance $\sigma$. I want to find the distribution of the minimum value, in the set $X_i$, let's call it Y.
I'm aware of the answer as listed here : How is the minimum of a set of random variables distributed?
My problem is that for a normally distributed variable $X$, its cdf is given by:
$\Phi(x) = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^x e^{-t^{2}/2}dt $
which has no analytical solution. Furthermore, even if I did have the answer to an approximation to the integral, I'm not sure how to calculate the distribution of $Y$.