stdev

Returns the statistical standard deviation of all the input values.

Function

stdev(input)

Arguments

ArgumentData Type
inputnumeric list
resultnumeric

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])