Statistics#

Order statistics#

maxframe.tensor.nanmin

Return minimum of a tensor or minimum along an axis, ignoring any NaNs.

maxframe.tensor.nanmax

Return the maximum of an array or maximum along an axis, ignoring any NaNs.

Average and variances#

maxframe.tensor.mean

Compute the arithmetic mean along the specified axis.

maxframe.tensor.var

Compute the variance along the specified axis.

maxframe.tensor.nanmean

Compute the arithmetic mean along the specified axis, ignoring NaNs.

maxframe.tensor.nanvar

Compute the variance along the specified axis, while ignoring NaNs.