percentile.asciidoc 464 B

1234567891011121314
  1. // This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
  2. [discrete]
  3. [[esql-percentile-approximate]]
  4. ==== `PERCENTILE` is (usually) approximate
  5. include::../../../aggregations/metrics/percentile-aggregation.asciidoc[tag=approximate]
  6. [WARNING]
  7. ====
  8. `PERCENTILE` is also {wikipedia}/Nondeterministic_algorithm[non-deterministic].
  9. This means you can get slightly different results using the same data.
  10. ====