- Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Description
The percentiles aggregation currently allows to return a percentile given a percentage. However, the data-structure that we are using under the hoods is also able to do the reverse operation: given a value, what percentage of the values from my dataset are below it?
For example, if you have a dataset of response times and provided it with a response time of 134 (ms), it would be able to tell you that this is the 72th percentile.