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

ParameterTypeDescription
listlist of numbersnumbers, as one list or as separate arguments

Examples

mean([1, 2, 3])

Related functions

median · mode · stddev · sum

Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).