Raise the Geometric Mean Wage!

Many metrics have been proposed for measuring a country’s prosperity, such as GDP. I would like to suggest a slightly unusual one: the geometric mean wage.

Like how the normal average of n numbers in their sum divided by n, the geometric mean of n numbers is the n-th root of their product. Alternatively, you can take the numbers’ logarithms, find the normal average of these logarithms, then raise e to the power of this average. As an equation:

GM(a1, a2, a3, ..., an) = (a1 a2 a3 ... an)^(1/n) = exp(ln(a1) + ln(a2) + ln(a3) + ... + ln(an))

Why are the Existing Options Bad?

Let’s look at the existing metrics and see why they’re suboptimal.

Deriving the Geometric Mean from Marginal Economics

In order to determine what this ideal metric should be, we can use data about how people actually value money. People do not, in fact, value every dollar the same! Instead, as people get richer, they value each additional dollar less. Data consistently shows that the value of making N dollars is proportional to the logarithm of N:
GDP vs. self-reported life satisfaction (Our World in Data)

So, instead of measuring the average wage, what if we measured the average of how much people value their wage? We can then convert this value back to a dollar amount by exponentiating it. This is the geometric mean!

Properties of the Geometric Mean

This geometric mean has two important properties:

The geometric mean is almost always lower than the normal average; they’re the same when everyone’s equal, but the geometric mean declines as people get less equal.

I believe the inequality-adjusted HDI may use the geometric mean wage, but it’s not completely clear.

Like in the HDI, this can still be combined with things like life expectancy and amount of schooling, since money isn’t everything.

Caveats

The claim that the value of making N dollars is proportional to log(N) has only been shown for normal-sized wages. Extremely low wages completely break this system, so we would likely have to set some minimum wage, say 1 $/year, and treat all wages below the minimum as if they were the minimum. Extremely high wages don’t break the system, but may not be as valuable as the geometric mean suggests.

Also, the geometric mean simply does not work for metrics that can contain negative numbers, such as net income (income minus cost of living), a metric that I otherwise think is great. You’ll have to use some other kind of average in that case.