You are here:
Start »
AVL.NET »
AVL.Statistics_OfArray Method
AVL.Statistics_OfArray Method
Computes basic statistical information out of an array of real numbers. The array must be not empty.
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void Statistics_OfArray(
float[] inValues,
int inOutlierCount,
bool inUseSampleFormula
)
Parameters
|
Name |
Type |
Range |
Default |
Description |
 | inValues | float | | | Values used to compute statistical informations. |
 | inOutlierCount | int | <0, +INF> | 0 | Defines how many outliers should be removed from the input values. Default value: 0. |
 | inUseSampleFormula | bool | | False | Defines, whether to use population, or sample formulas. Default value: False. |
Errors
| Error type |
Description |
| DomainError |
No data available on input in Statistics_OfArray. |
See also