statsmodels.stats.moment_helpers.mnc2mvsk#

statsmodels.stats.moment_helpers.mnc2mvsk(args)[source]#

Convert non-central moments to mean, variance, skew, kurtosis

Parameters:
argsarray_like

Sequence containing the non-central moments, in order.

Returns:
restuple or ndarray

Mean, variance, skew, and kurtosis.