Back to Adaptive Vision Library Lite website

You are here: Start » Statistics

Statistics

Select a function from the list below.

IconNameDescription
AverageComputes the average of an array of real numbers. The array must be not empty.
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.

Select Filter Equivalent below.

IconNameDescription
AccessLinearFunctionReturns coefficients of a linear function.
MakeLinearFunctionCreates a linear function with given coefficients.