Skip to content

ListValue.stddev method

ListValue › stddev

Unofficial

Returns the standard deviation of the list's numeric elements.

Signature:

stddev(): Value

Returns: ValueA NumberValue, or NullValue when there are no numbers.