Variance

This function computes the variance of all the values referred to by the argument.

Parameters

Return value

Returns a Number type value.

Examples

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

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