I need to compute the absolute moment of a Laplacian distribution. I just see in wikipedia that
If X ~ Laplace(0, b) then |X| ~ Exponential(b ^ −1)
where for exponential distribution
E[X^n]=(n!)/(lambda ^ n)
Therefore, the absolute moment of a laplacian is estimated as follows
E[|X^n|]=-(n!)/(b ^ n)
I would like to know is there any general formula for computation of absolute moment of a Laplacian distribution?