Back to Aurora Vision Studio website

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

Statistics_OfArray


Module: FoundationBasic

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

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

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.