There is the following question:
Let $X_{(1)},X_{(2)},X_{(3)}$ be statistic order of three independent random variables $X_1,X_2,X_3$ with uniform distribution in $[0,1]$. Find the Correlation coefficient between $X_{(1)},X_{(3)}$.
We know that $X_{(k)}\sim Beta(k,4-k)$ so we get: $$ Var\left(X_{(k)}\right)=\frac{k\cdot(4-k)}{(k+(4-k))^{2}\cdot(k+(4-k)+1)}=\frac{k(4-k)}{80}, E\left(X_{(k)}\right)=\frac{k}{(4-k)+k}=\frac{k}{3} $$ We can use the following theorem to calculate $Corr\left(X_{(1)},X_{(3)}\right)$: $$ Corr\left(X_{(1)},X_{(3)}\right)=\frac{Cov\left(X_{(1)},X_{(3)}\right)}{\sqrt{Var\left(X_{(1)}\right)}\sqrt{Var\left(X_{(2)}\right)}}=\frac{E\left(X_{(1)},X_{(3)}\right)-E\left(X_{(1)}\right)E\left(X_{(3)}\right)}{\sqrt{Var\left(X_{(1)}\right)}\sqrt{Var\left(X_{(2)}\right)}} $$ The only thing left to calculate is $E\left(X_{(1)},X_{(3)}\right)$. In the solution it says that the Probability density functions are:
I'm not understanding how they calculated the left function. Will be glad to see some explanation. Which theorem did they use?
