Calculates n-th standardized moment as E(((x - u) / sigma) ^^ N)
Calculates n-th standardized moment as E(((x - u) ^^ N) / ((x - u) ^^ (N / 2)))
See Implementation