Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Regression Analysis » Statistics_OfArray

Statistics_OfArray


Computes basic statistical information out of an array of real numbers. The array must be not empty.

Name Type Range Description
inValues RealArray Values used to compute statistical informations
inOutlierCount Integer 0 - + Defines how many outliers should be removed from the input values
inUseSampleFormula Bool Defines, whether to use population, or sample formulas.
outMean Real Mean of the input values
outMedian Real Median of the input values
outStandardDeviation Real Standard deviation of the input values, treated as population
outMinimum Real Minimum of the input values
outMaximum Real Maximum of the input values
outSpread Real Difference between maximum and minimum of the input values
outLinearTrend Real First parameter of the linear regression function (multiplier)

Examples

Description of usage of this filter can be found in examples and tutorial: Plate Measurement (Advanced).

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError No data available on input in Statistics_OfArray.

Complexity Level

This filter is available on Basic Complexity Level.