Hello! I am having a somewhat surprising result with the Percentiles of the Statistics entity (although maybe I understood them wrong):
My Statistics entity records the Count of the containers passing through (with this.obj.Count), and due to my AddTo rules, this Count cannot be higher than 100.
This is reflected in the bulk results:

However, the PercentileValues look weird:
If I understood correctly, this should mean that a Count of 101.608 would be higher than 90% of the recorded values, which can be restated as "90% of the sampled values are lower than 101.6", which then means that 10% of the values are higher than 101, even though the actual highest value sampled is 100?
Thanks in advance for the clarification, and thanks for the software!
Paul