Say I have many points $(x, y)$ points on a 2d coordinate system. Some points are coloured blue, other points are coloured red.
The coordinate system has 4 quadrants (see image below). For this particular problem, large $x$ and small $y$ is "better", so the best quadrant is the upper left quadrant, and the worst is the lower right quadrant.
What possible metrics are there to figure out which points are "better", the red ones or the blue ones?
I was thinking of just using $x/y$ as my metric and then averaging. So the average $x/y$ for the red and blue points tells me which one is better. But are there better ones than this?