stddev
Computes the standard deviation of all grouped values.
Description
The stddev
function returns the standard deviation of all numeric values in
xs
.
xs: list
The values to evaluate.
Examples
Compute the standard deviation of values
See Also
variance
, mean