Commit 18f83e17 authored by Brian Brazil's avatar Brian Brazil

Add docs for stddev and stdvar.

parent 3c06cb48
...@@ -162,6 +162,8 @@ vector of fewer elements with aggregated values: ...@@ -162,6 +162,8 @@ vector of fewer elements with aggregated values:
* `min` (select minimum over dimensions) * `min` (select minimum over dimensions)
* `max` (select maximum over dimensions) * `max` (select maximum over dimensions)
* `avg` (calculate the average over dimensions) * `avg` (calculate the average over dimensions)
* `stddev` (calculate population standard deviation over dimensions)
* `stdvar` (calculate population standard variance over dimensions)
* `count` (count number of elements in the vector) * `count` (count number of elements in the vector)
These operators can either be used to aggregate over **all** label dimensions These operators can either be used to aggregate over **all** label dimensions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment