STD_DEV_EACH
The standard deviation of the value per group.
Syntax
STD_DEV_EACH ([MAX VALUES, ]GROUP, VALUE)
Arguments
MAX VALUES:
The maximum number of groups (Default: 2,147,483,647).
Groups beyond this amount will be discarded. In some cases, depending on the data
distribution, discarding groups via MAX VALUES
may cause some data to be discarded
from groups that would otherwise have been returned. MAX VALUES
is optional.
If it is omitted there is, in effect, no limit.
GROUP:
a field to sub-aggregate by
VALUE:
a field in the sub-aggregation command
Returns
Returns a value of any built-in numeric data type.
Example
Data
Query
Find the standard deviation of cpu usage for each server:
Related Functions
Dialog
Last updated