stddev
FEEL built-in function · List functions
stddev(list) or stddev(n1, …, nN)
Returns the sample standard deviation of the numbers.
Parameters
| Parameter | Type | Description |
|---|---|---|
| list | list of numbers | numbers, as one list or as separate arguments |
Examples
stddev(2, 4, 7, 5)
2.0816659994661
Try it →
Related functions
Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).