STD_DEV
The STD_DEV
function returns the standard deviation of a set of numbers.
Syntax
stddev(VALUE)
Arguments
VALUE:
An expression that evaluates to a numeric.
Returns
Returns a value of any built-in numeric data type.
Notes
In Athena output, STD_DEV
data can be BIGINT or NUMBER type.
In Upsolver output, STD_DEV
data can be NUMBER type only.
Example
Data
Query
Find the standard deviation of cpu usage of each server:
Results:
Related Functions
STD_DEV_EACH
Dialog
Last updated