This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Calculates the nth moment about the mean for a sample.
Generally used to calculate coefficients of skewness and kurtosis.
Parameters : | a : array_like
moment : int
axis : int or None
|
---|---|
Returns : | n-th central moment : ndarray or float
|