Conjecture regarding Percent
I was recently at a conference where two talks back-to-back included bar graphs showing the percentage of population P that was component X. In both graphs, one bar was exceptionally large when P was particularly small. The reason for this was that X dropped, but all the other components making up P dropped much further, so X became a disproportionately large component of P.
Ultimately, this issue is due to the fact that X and all other components of P are not very closely related, such that the whole population P is not really indicative of much of anything, while the individual components are indicative of their own little areas. This is like saying that apples make up X percent of fruit. What harms apples probably doesn't effect all fruit, and vice versa, so apples could remain the same while total fruit plummets when the oranges all rot. Apples become disproportionately represented in fruit, but not because of anything they did.
However, as I saw this, it occurred to me that percentage was not a very good metric, since people were drawn to a few anomolously high points. So the solution that occurred to me was that one could draw a bar graph such that the height represented percent, while the width of each bar indicated the total population P. In this scenario, the area of the bar, rather than the height, becomes the key feature.
Since the percent (using the names from the first paragraph) is calculated as:
(X/P)*100
then the area of the bar becomes:
X(X/P)*100.
Or
100X^2/P.
However, this is a squared unit, so the metric to show would be the square root of this or:
10X/sqrt(P).
This seems to have some really interesting properties, but it also is so obvious that it must have been named and thoroughly diagnosed. My questions for this forum are: What is the name of this metric? and What are the issues with this metric?