mrpy.base.stats.TGGDlog.normalised_central_moments

TGGDlog.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.