I have a bunch of values, which I aggregate as follows:
- Order them from worst to best (whatever this means). The visual image is that of a horizontal line and the worst item is to the left of the best item.
- Return the item which has 25% (50%/75%) of the items to its left.
I am sure there is a proper term for this kind of aggregation, I just do not know what it is.
Much appreciated.