Suppose I have $n$ sets of empirical data, each with Gaussian noise with unit variance $\sigma^2=1$, and each containing $\nu$ points. I fit some model to each dataset, and find that the sums of the squared errors are distributed according to a $\chi^2$ distribution. Although every dataset gives an expected total squared error of $\nu\sigma^2$, by chance some will have a lower total squared error. I wonder what the expected lowest total square error is, but I am unable to work out the integrals for $n>2$.
The $\chi^2$ distribution with $\nu$ degrees of freedom is $$\operatorname{PDF}(x)=\frac{1}{2^{\nu/2}\Gamma(\nu/2)}x^{\nu/2-1}\exp(-x/2)$$ The expected value of the minimum of two samples from a $\chi^2$ distribution is
\begin{align} & \int_0^\infty \int_0^\infty \min(x,y) \operatorname{PDF}(x)\operatorname{PDF}(y) \,dx \,dy \\[10pt] = {} & 2 \int_0^\infty \int_0^y x \operatorname{PDF}(x)\operatorname{PDF}(y) \,dx \,dy=\nu -\frac{2 \Gamma \left(\frac{\nu +1}{2}\right)}{\sqrt{\pi} \Gamma \left(\frac{\nu }{2}\right)} \end{align} I was unable to find a closed form for the integral for three samples.
Is there a closed-form formula for $$\int_0^\infty\cdots\int_0^\infty \min(x_1,\ldots,x_n)\operatorname{PDF}(x_1)\cdots \operatorname{PDF}(x_n) \,dx_1\cdots dx_n\text{?}$$