stddev() function

*Function type: Aggregate
**
Output data type:* Float

The column on which to operate. Defaults to "_value".

mode

The standard deviation mode or type of standard deviation to calculate. Defaults to "sample".

*Data type: String*

sample

Calculates the sample standard deviation where the data is considered to be part of a larger population.

population

Calculates the population standard deviation where the data is considered a population of its own.

Examples

  1. |> range(start: -5m)
  2. r._field == "usage_system"
  3. )

Related articles