mean
FEEL built-in function · List functions
mean(list) or mean(n1, …, nN)
Returns the arithmetic average of the numbers; null for an empty list.
Parameters
| Parameter | Type | Description |
|---|---|---|
| list | list of numbers | numbers, as one list or as separate arguments |
Examples
mean([1, 2, 3])
2
Try it →
Related functions
Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).