Let $x_a$, $x_b$, and $x_c$ be three random samples from a PDF $f(x)$. The samples are then sorted into $x_1$, $x_2$, and $x_3$ in ascending order. How do I get the distribution of $x_1$, $x_2$, and $x_3$? Is there a generalization for this for more samples?
I have solved the case for $x_1$ and $x_3$ (or $x_n$ in the general case) with min and max convolutions, but I can't make it work with the intermediate cases. My attempt was $P(x_2)\ \alpha \ P(x_b|x_a<x_b)P(x_b|x_b<x_c)$ then normalizing it, but it doesn't seem to hold up when I manually solved it on the case of a fair dice.