I know that the expected value of the sum of $n$ random variables is the sum of the expectation of each one.
The expected value of a uniformly distributed random variable $U(a,b)$ is also well known
$$ \frac{b-a}{2} $$
I can also calculate the expected value of the min/max random variable in a set of $n$ random variables [1].
Is there a way to calculate the expected value of the sum of the $k$ (out of a set of $n$) smallest uniform random variables?
[1] Expectation of Minimum of n i.i.d. uniform random variables.