As part of my research, I am having trouble calculating the 2nd L moment $\lambda_2$ and the third and fourth moment ratios $\tau_3$ and $\tau_4$ of the standard normal distribution, where L moments are defined as they are in this paper (Hosking 1990), page 3.
Take $\lambda_2$ for example.
$\lambda_2 = \frac{1}{2} [ EX_{2:2} - EX_{1:2}] \\ \implies \lambda_2 = \int_{-\infty}^{\infty} xF(x)f(x) dx - EX + \int_{-\infty}^{\infty} x F(x) f(x) dx \\ = \ \cdots \\ = \frac{1}{\sqrt{2 \pi}} \int_{-\infty}^{\infty} x e^{-x^2/2} dx + \frac{1}{\sqrt{2 \pi}} \int_{-\infty}^{\infty} x \ erf(\frac{x}{\sqrt{2}}) e^{-x^2/2} dx \\ = \frac{1}{\sqrt{2 \pi}} \int_{-\infty}^{\infty} x \ erf(\frac{x}{\sqrt{2}}) e^{-x^2/2} dx$
There must be an error in my calculation as this is supposed to be equal to $\frac{1}{\sqrt{ \pi}}$.
$\lambda_3 = \frac{1}{3}E(X_{3:3} - 2X_{2:3}+X_{1:3}) = \int_0^1 x(F) (6F^2 - 6F + 1) dF$ $\lambda_4 = \frac{1}{4}E(X_{4:4} - 3X_{3:4}+3X_{2:4} -X_{1:4}) = \int_0^1 x(F) (20F^3 - 30F^2 + 12F - 1) dF$ $\tau_3 = \frac{\lambda_3}{\lambda_2}$ $\tau_4 = \frac{\lambda_4}{\lambda_2}$
$\tau_3$'s formula is rather involved.
EDIT: I was able to figure it out. Instead of working through the integral as an ugly function of exponentials, x's and erf, work through it as a function of a power of F multiplied by the inverse erf term. The latter is analytically tractable. I am not sure the former is.