Statistical Functions
Order statistics
Return the minimum of an array or minimum along an axis. |
|
Return the maximum of an array or maximum along an axis. |
|
Return the minimum along a given axis. |
|
Return the maximum of an array or maximum along an axis. |
Means and variances
Compute the median along the specified axis. |
|
Compute the weighted average along the specified axis. |
|
Compute the arithmetic mean along the specified axis. |
|
Compute the variance along the specified axis. |
|
Compute the standard deviation along the specified axis. |
|
Compute the variance along the specified axis, while ignoring NaNs. |
Histograms
Compute the histogram of a dataset. |
|
Count number of occurrences of each value in array of non-negative ints. |
Correlations
Estimate a covariance matrix, given data and weights. |
|
Cross-correlation of two 1-dimensional sequences. |