Skip to content

Commit 637fe0b

Browse files
Merge pull request #80 from BTrDB/ch8866-doc-update
explicitly mention stddev
2 parents 848eb1b + ecb81f7 commit 637fe0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/concepts.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ value within the stream.
4848
StatPoint
4949
^^^^^^^^^^^^
5050
The StatPoint provides statistics about multiple points and gives
51-
aggregation values such as `min`, `max`, `mean`, etc. This is most useful when you
52-
don't need to touch every individual value such as when you only need the count
53-
of the values over a range of time.
51+
aggregation values such as `min`, `max`, `mean`, and `stddev` (standard deviation).
52+
This is most useful when you don't need to touch every individual value such as
53+
when you only need the count of the values over a range of time.
5454

5555
These statistical queries execute in time proportional to the number of
5656
results, not the number of underlying points (i.e logarithmic time) and so you

0 commit comments

Comments
 (0)