Back to Adaptive Vision Library website

You are here: Start » Function Reference » Histogram Data Statistics

Histogram Data Statistics

Select a function from the list below.

IconNameDescription
HistogramDataAverageComputes the average of the histogrammed numeric data.
HistogramDataMaximumComputes the approximation of the largest value of the histogrammed numeric data.
HistogramDataMedianComputes the median of the histogrammed numeric data.
HistogramDataMinimumComputes the approximation of the smallest value of the histogrammed numeric data.
HistogramDataNthValueComputes nth smallest (or largest) value of the histogrammed numeric data.
HistogramDataQuantileComputes the specified quantile of the histogrammed numeric data.
HistogramDataSizeComputes the number of elements of the histogrammed numeric data.
HistogramDataStandardDeviationComputes the standard deviation of the histogrammed numeric data.
HistogramDataVarianceComputes the variance of the histogrammed numeric data.