Statistics#
Order statistics#
|
Compute the q-th quantile of the data along the specified axis. |
|
Compute the q-th percentile of the data along the specified axis. |
|
Compute the q-th quantile of the data along the specified axis, while ignoring nan values. |
|
Compute the q-th percentile of the data along the specified axis, while ignoring nan values. |
Averages and variances#
|
Compute the weighted average along the specified axis. |
|
Compute the arithmetic mean along the specified axis. |
|
Compute the arithmetic mean along the specified axis, ignoring NaNs. |
|
Compute the variance along the specified axis. |
|
Compute the median along the specified axis. |
|
Compute the median along the specified axis, while ignoring NaNs |
Correlating#
|
Estimate a covariance matrix, given data and weights. |