Statistics#

Averages and variances#

mean(a[, axis, dtype, out, keepdims])

Compute the arithmetic mean along the specified axis.

Histograms#

bincount(x[, weights, minlength])

Count number of occurrences of each value in array of non-negative ints.