mrpy.base.stats.TGGD.normalised_central_moments

TGGD.normalised_central_moments(n)

Calculate the nth standardized central moment, E[(X-mu)^n]/sigma^n.

Parameters:
n : integer

The order of the moment desired.

Returns:
mu_n : float

The nth standardized central moment.

Notes

The 3rd standardized central moment is equivalent to the skewness.