StdDev

This function computes the standard deviation of the values referred to by the argument.

Parameters

Return value

Returns a Number value.

Examples

Note: If a field is assigned to a variable, for example x, the variable x will lose the characteristic of representing a group of values. The following formula will then be treated as incorrect.

Number x = @dbfield;
Number y = StdDev( x); // system will prompt you that there is no such kind of function.