Back to Aurora Vision Library Lite website

You are here: Start » Basic » Statistics

Statistics

Select a function from the list below.

Icon Name Description / Applications
Average

Computes the average of an array of real numbers. The array must be not empty.

Median

Computes the median of an array of real numbers. The array must be not empty. Optional weights, when supplied, must be positive.

Median_InPlace

Computes the median of an array of real numbers. Modifies the input array for the purpose of speed.

NthValue

Computes n-th smallest value in an array (0-indexed). The array must be not empty.

PearsonCorrelation

Computes Pearson product-moment correlation coefficient. The array must be not empty.

Quantile

Computes the specified quantile of an array of real numbers. The array must be not empty.

StandardDeviation

Computes the standard deviation of an array of real numbers. The array must be not empty.

Variance

Computes the variance of an array of real numbers. The array must be not empty.

Select Filter Equivalent below.

Icon Name Description / Applications
AccessLinearFunction

Returns coefficients of a linear function.

MakeLinearFunction

Creates a linear function with given coefficients.