You are here: Start » AVL.NET » AVL.Statistics_OfLoop Method
AVL.Statistics_OfLoop Method
Computes basic statistical information out of real numbers appearing in consecutive iterations.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void Statistics_OfLoop( ref AvlNet.Statistics_OfLoopState ioState, float inValue, int inBufferSize, int inOutlierCount, bool inUseSampleFormula )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | AvlNet.Statistics_OfLoopState | Stores information from previous iterations. | |||
![]() | inValue | float | Value used to compute statistical informations. | ||
![]() | inBufferSize | int | <1, +INF> | 10 | Defines how many numbers are taken into account. Default value: 10. |
![]() | inOutlierCount | int | <0, +INF> | 0 | Defines how many outliers should be removed from the input values. Default value: 0. |
![]() | inUseSampleFormula | bool | Defines, whether to use population, or sample formulas. |

