In the wikipedia article Noncentral chi distribution the raw moments are given by Laguerre polynomials $L_n^{(a)}(z)$ with $n=1/2$ and $n=3/2$ but a Laguerre polynomial is only defined for $n \in \mathbb{N}$. How to understand this or how to correct the wikipedia article?
Citation from the wikipedia article:
===Raw moments===
The first few raw moments are:
$\mu^{'}_1=\sqrt{\frac{\pi}{2}}L_{1/2}^{(k/2-1)}\left(\frac{-\lambda^2}{2}\right)$
$\mu^{'}_2=k+\lambda^2$
$\mu^{'}_3=3\sqrt{\frac{\pi}{2}}L_{3/2}^{(k/2-1)}\left(\frac{-\lambda^2}{2}\right)$
$\mu^{'}_4=(k+\lambda^2)^2+2(k+2\lambda^2)$
where $L_n^{(a)}(z)$ is the generalized Laguerre polynomial.
LaguerreL(1/2,alpha,x). For instance, Wolfram|Alpha returns closed forms forLaguerreL(1/2,1/2,x),LaguerreL(1/2,1,x)andLaguerreL(1/2,3/2,x), but they're not polynomials. – joriki Dec 27 '19 at 23:51