Statistics methods interface.
Returns the weighted average over the a elements and weights elements.
Returns the arithmetic mean of the a elements.
Returns the arithmetic mean of the a elements along the given axis.
Returns the arithmetic mean of the two-dimensional ndarray a elements along the given axis.
Returns the arithmetic mean of the three-dimensional ndarray a elements along the given axis.
Returns the arithmetic mean of the four-dimensional ndarray a elements along the given axis.
Returns the arithmetic mean of the n-dimensional ndarray a elements along the given axis.
Returns the median of the a elements.