Statistics#
Order statistics#
Return minimum of a tensor or minimum along an axis, ignoring any NaNs. |
|
Return the maximum of an array or maximum along an axis, ignoring any NaNs. |
Average and variances#
Compute the arithmetic mean along the specified axis. |
|
Compute the variance along the specified axis. |
|
Compute the arithmetic mean along the specified axis, ignoring NaNs. |
|
Compute the variance along the specified axis, while ignoring NaNs. |