This is documentation for an old release of SciPy (version 0.7.). 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 moment : int axis : int or None |
---|---|
Returns: | The appropriate moment along the given axis or over all values if axis is : None. : |