Let $X_1, \ldots , X_n$ be a random sample from a $N(0,1)$ population. Define $Y_1=|\frac1n \sum_{i=1}^nX_i|$ and $Y_2=\frac1n\sum^n_{i=1}|X_i|$. Find a relationship between $E(Y_1)$ and $E(Y_2)$.
I have a feeling that I will need to use Jensen's Inequality here. Since $X_i \sim N(0,1)$, the linear combination $\sum_{i=1}^nX_i \sim N(0,n)$.
$E(Y_1)=\frac1n \cdot E(|\sum_{i=1}^nX_i|)$
$E(Y_2)=\frac1n \cdot E(\sum_{i=1}^n|X_i|)$
However, I am not too sure how to compute $E(Y_1)$ or $E(Y_2)$ from this step since there are absolute values. Do I have to use a cdf approach?