Suppose that $T$ is a t-distribution with $n$ df. How can we find $E(|T|)$ through the relation between $T$ and the $F$ distribution?
The usual way to do this is by brute force integration, which is tedious. However, I saw in a book that this can be done with its relation with the $F$ distribution in that:
If $$ X \sim t_n $$
then
$$ X^2 \sim F(1, n) $$
Is there a way to do it by this representation?
You could get $E(T)$ using the expression $X^2\sim F(1,n)$, if you known following formula of moments of F-distributed RV: $$E[F(a,b)]^k=\Bigl(\frac{b}{a}\Bigr)^k\frac{\Gamma(a/2+k)\Gamma(b/2-k)}{\Gamma(a/2)\Gamma(b/2)},\qquad k<\frac{b}2.\tag{1}$$ Using (1) it is easy to deduce that $$E[|t_n|]=E\{[F(1,n)]^{1/2}\}=\frac{\sqrt{n}\Gamma((n-1)/2)}{\sqrt{\pi}\Gamma(n/2)}. $$