Back to FabImage Studio website

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

Statistics_OfLoop


Module: FoundationBasic

Computes basic statistical information out of real numbers appearing in consecutive iterations.

Name Type Range Description
Input value
inValue Real Value used to compute statistical informations
Input value
inBufferSize Integer 1 - + Defines how many numbers are taken into account
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
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)

Complexity Level

This filter is available on Advanced Complexity Level.