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