elasticsearch/docs/reference/esql/functions/description/std_dev.asciidoc
Larisa Motova 7e801e0410
[ES|QL] Add a standard deviation function (#116531)
Uses Welford's online algorithm, as well as the parallel version, to
calculate standard deviation.
2024-11-22 12:33:46 -10:00

5 lines
174 B
Text
Generated

// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
*Description*
The standard deviation of a numeric field.