Returns the statistical standard deviation of all the input values.
Function
stdev(input)
Arguments
Argument | Data Type |
input | numeric list |
---|---|
result | numeric |
Comments
Returns the statistical standard deviation of all the input values.
Examples
The following calculation assumes it is run in the context of a hypothetical purchase order record that has multiple items, each with a numeric 'weight' field. It returns the standard deviation of the weight values.
stdev([Items].[Weight])