Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Statistics

Statistics

Select a filter from the list below.

IconNameDescription
AccessLinearFunctionReturns coefficients of a linear function.
AverageComputes the average of an array of real numbers. The array must be not empty.
MakeLinearFunctionCreates a linear function with given coefficients.
MedianComputes the median of an array of real numbers. The array must be not empty. Optional weights, when supplied, must be positive.
NthValueComputes n-th smallest value in an array (0-indexed). The array must be not empty.
PearsonCorrelationComputes Pearson product-moment correlation coefficient. The array must be not empty.
QuantileComputes the specified quantile of an array of real numbers. The array must be not empty.
StandardDeviationComputes the standard deviation of an array of real numbers. The array must be not empty.
VarianceComputes the variance of an array of real numbers. The array must be not empty.