statsmodels.stats.moment_helpers.mc2mnc#

statsmodels.stats.moment_helpers.mc2mnc(mc)[source]#

Convert central to non-central moments, uses recursive formula

Optionally adjusts first moment to return mean.

Parameters:
mcarray_like

Central moments, with the first element equal to the mean.

Returns:
mncndarray or list

Non-central moments.