stddev

FEEL built-in function · List functions

stddev(list) or stddev(n1, , nN)

Returns the sample standard deviation of the numbers.

Parameters

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

Examples

stddev(2, 4, 7, 5)
2.0816659994661 Try it →

Related functions

mean · median · mode

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