Statistics

Functions for computing statistical metrics and analyzing data distributions.

Functions

af.count() - Count non-zero values in an array along a given dimension.

af.hist_equal() - Histogram equalization of input image.

af.histogram() - Histogram of input data.

af.imax() - Finds the maximum value.

af.imin() - Finds the minimum value.

af.max() - Return the maximum along a given dimension.

af.maxof() - Elementwise maximum between two arrays

af.mean() - Find the mean of values in the input.

af.median() - Find the median of values in the input.

af.min() - Return the minimum along a given dimension.

af.minfilt() - Find minimum value from a window.

af.minof() - Elementwise minimum between two arrays

af.sttdev() - Find the standard deviation of values in the input.

af.sum() - Sum array elements over a given dimension.