If wealth had anything to do with intelligence…

…the richest man on earth would have a fortune of no more than $43,000! If you don’t believe me read this post!

Have you ever thought about the distribution of wealth as a function of some quality? Especially rich people pride themselves on extraordinary abilities so that they somehow “deserve” their wealth. Now “abilities” is somewhat hard to measure so let us take “intelligence” as a proxy. Intelligence is distributed normally with mean = 100 and standard deviation = 15. An interesting question is what is the expected maximum intelligence of all persons alive today?

IQ distribution Source: wikimedia

The first thought could be to simulate this but as it soon turns out this approach doesn’t work because you had to create and analyze a vector with nearly 8 billion elements – R will balk at this.

So we will have to look for an analytical solution – fortunately, asking my colleague Prof. Dr. Google brings up the following mathunderflow question and answers: Expected value for maximum of n normal random variable. According to this the expected maximum of n independent N(\mu, \sigma) is:

    \[\mu + \sigma n \int_{-\infty}^{\infty} x \phi(x) \Phi(x)^{n-1}dx,\]

where \phi (lowercase phi) and \Phi (uppercase phi) stand for the pdf and cdf of the normal distribution respectively. I spare you the mathematical details of the derivation.

Unfortunately there doesn’t seem to be a closed form for the integral so we will solve it numerically by making use of the integral function – first we reproduce the values of the accepted answer:

f <- function(x, n) x * dnorm(x) * pnorm(x)^(n-1)
for (i in 2:10) print(i * integrate(f, n = i, -Inf, Inf, abs.tol = 1e-20)$value) # test
## [1] 0.5641896
## [1] 0.8462844
## [1] 1.029375
## [1] 1.162964
## [1] 1.267206
## [1] 1.352178
## [1] 1.4236
## [1] 1.485013
## [1] 1.538753

This seems to be good enough. Now, let us calculate the maximum IQ that is to be expected for the current world population:

100 + 15 * world_population * integrate(f, n = world_population, -Inf, Inf, abs.tol = 1e-20)$value # expected max IQ of all people alive
## [1] 196.1035

To compare this with the actual record we find that Marilyn vos Savant seems to be (one of) the most intelligent persons on the planet. When you read the Wikipedia article you will find that there is some debate about what the actual number really is but it seems to be around 200… again, the above approximation seems to be good enough.

And now for the final leg: if the wealth distribution followed the same rules as the IQ distribution we could use the same formula to calculate the expected maximum wealth:

global_wealth <- 1.68e+14 # source: Allianz Global Wealth Report 2018
world_population <- 7.7e+09
per_capita_wealth <- global_wealth / world_population
per_capita_wealth_sd <- per_capita_wealth * 0.15 # equivalent to IQ

per_capita_wealth
## [1] 21818.18

per_capita_wealth + per_capita_wealth_sd * world_population * integrate(f, n = world_population, -Inf, Inf, abs.tol = 1e-20)$value
## [1] 42786.21

There you go: not more than $43.000! But the richest man at the moment, Jeff Bezos, has a net worth of about 140 billion US$!!! Conversely, that would translate to an IQ of

1.4e+11 / per_capita_wealth * 100
## [1] 641666667

So, compared to an IQ of over 641 million Einstein would be the mental equivalent of an amoeba! If IQ were additive, i.e. if two persons with an IQ of 100 each had a combined IQ of 200, you had to take nearly the whole population of Europe (about 738 million) to match that; even the whole North American continent wouldn’t suffice with its 579 million inhabitants!

But if it is not ability/intelligence that determines the distribution of wealth what else could account for the extreme inequality we perceive in the world?

Stay tuned for more to come…


UPDATE April 30, 2020
The follow-up post with an answer to the last question is now online:
The Rich didn’t earn their Wealth, they just got Lucky

13 thoughts on “If wealth had anything to do with intelligence…”

  1. The results are so far from reality because using intelligence instead of ability is also far from reality. A capitalist society rewards a person’s ability to provide a better good or service to other people at a lower price, and there’re other abilities that allow a person to capitalize on that. IQ has little to do with these. Not saying it’s good or bad, or even fair or unfair.

  2. The conclusion is reached based on a particular assumption: nothing new in Statistics and Science in general. The key point is normality assumption, which is clearly unrealistic. There are tones of evidence showing that abilities follow skewed distribution (log-normal, power law, etc.). And not only inteligence, think about the distribution of ability in any sport: you cannot realistically model time for running 100 metres as a normal distribution. BTW, there are many natural phenomena that are better fit as power laws or the like, not as normal distribution. But focusing on intelligence/abilities and economic outcomes, there is strong evidence of the estimated parameters of the power law distribution of income and/or wealth being stable if not constant for many different current and historical economies from Semifeudal Prussia or capitalist Italian cities to communist-like regime of the Jesuits in Peru under Spanish rule (see Kleiber, Christian and Kotz, Samuel (2003), Statistical Size Distributions in Economics and Actuarial Sciences, Wiley, and Gabaix, X. (2009), “Power Laws in Economics and Finance”, Annual Review of Economics 1:255–93). We can discuss to what extent the (power law) distribution of abilities translates into the (power law) distribution of income/wealth. For sure there is no one-to-one relation, but any argument based on normality assumption is faulty from first principles. Actually, some authors have already shown that the very very very very top observations in income/wealth distribution are abnormally large even for a **power law** distribution, suggesting some type of market power for those particular observation. But even if the conclusions are “similar” or have some agreements, it should be important when making statements from an empirically, data-based, scientific perspective to use proper and logically correct procedure.

    1. What is your source that you cannot model running times as a normal distribution? A quick google search brings this up: https://www.quora.com/Does-running-swimming-speed-follow-normal-distribution-in-statistics – which seems to make a lot of sense because there a lame people and there are fast people within some very well defined limits and most people are just average… but nobody is able to e.g. run a marathon in, let’s say, a few minutes (which would be the case if you had a distribution there like the wealth distribution)!

      Perhaps you made the mistake of just looking at sports statistics of professional athletes but this is not a representative sample of the whole population.

      1. My sources are the SCIENTIFIC references (not casual observations found in google) that I mentioned in my first comment. Perhaps you made the mistake of just not reading them… and also not noting several other examples of whole population representativeness.

        Furthermore your reply is obviously incorrect, showing you lack of understanding of distributions: no one will run a marathon in a few minutes, but will do it in many hours giving you a tail as in the income/wealth. Your one and only example is missing both people running fast AND these person running so slow that the do not participate in the marathon… Please, be serious or just stop blogging.

        1. Please be polite or just stop commenting. Will have a look at your references in due time. To your point concerning the tail of the distribution: we are talking about the most positive end, right? The most intelligent, the wealthiest… and the fastest, i.e. the winners. If we had comparable distributions concerning the winner’s side the winner of the marathon would win by such a huge margin as Jeff Bezos wins his race. Makes sense?

        2. …plus: the only sources I see are for the economy and finance! What are your scientific sources for your statement “you cannot realistically model time for running 100 metres as a normal distribution.”?

  3. An IQ score is defined to be a normal, so you are comparing things that don’t make sense to be compared.

    Simplifying a bit, an IQ score comes about by assigning a rank percentile to the corresponding percentile in a normal distribution. For example, say you had a phenomenally wide-ranging IQ test administered to people. Rank the people by the number of questions they get correct. Say that the median number of questions answered correctly was 100. The next, say 10% of people might get 200 questions correct. The next 10% might get 1000 more questions correct, and so on. You could have complete non-linearity in the results and the IQ curve would dutifully return a normal distribution with a standard deviation of 15.

    To do a fair comparison, you could do this exact same process and create a wealth quotient (call it a WQ score). Defining the median to be a WQ score of 100 +/- 15.

    The end result would be that Bezos has a WQ of 196.1035. Compare IQ with WQ, or compare ability (good luck!) with wealth (easier), but don’t compare IQ with wealth.

    1. Thank you for pointing this out, Jonathan. It is a valid point. Yet I would think that the relationship between IQ and “real mental ability” is much more linear than between your WQ and wealth. Do you know of any studies that tried to measure “real mental ability”? Would be interesting to see the connection here…

      1. If you look at the sources on the Wikipedia page on IQ (https://en.wikipedia.org/wiki/Intelligence_quotient) , you’ll see the following snippets of IQ researchers talking about some trickiness w/ the IQ score:

        Mussen, Paul Henry (1973). Psychology: An Introduction. Lexington (MA): Heath. p. 363. ISBN 978-0-669-61382-7. The I.Q. is essentially a rank; there are no true “units” of intellectual ability.
        Truch, Steve (1993). The WISC-III Companion: A Guide to Interpretation and Educational Intervention. Austin (TX): Pro-Ed. p. 35. ISBN 978-0-89079-585-9. An IQ score is not an equal-interval score, as is evident in Table A.4 in the WISC-III manual.

        Bartholomew, David J. (2004). Measuring Intelligence: Facts and Fallacies. Cambridge: Cambridge University Press. p. 50. ISBN 978-0-521-54478-8. Lay summary (27 July 2010). When we come to quantities like IQ or g, as we are presently able to measure them, we shall see later that we have an even lower level of measurement—an ordinal level. This means that the numbers we assign to individuals can only be used to rank them—the number tells us where the individual comes in the rank order and nothing else.

        Mackintosh, N. J. (1998). IQ and Human Intelligence. Oxford: Oxford University Press. pp. 30–31. ISBN 978-0-19-852367-3. In the jargon of psychological measurement theory, IQ is an ordinal scale, where we are simply rank-ordering people. … It is not even appropriate to claim that the 10-point difference between IQ scores of 110 and 100 is the same as the 10-point difference between IQs of 160 and 150

        I don’t know how to format the above text to be proper quotes, but they each make valuable points. Especially the last one talking about how since IQ is an ordinal/rank metric, a 10 point difference means the same thing as you move around the scale.

        > Yet I would think that the relationship between IQ and “real mental ability” is much more linear than between your WQ and wealth.

        I don’t know about studies, but consider an idea like: a person w/ an IQ of 120 will reach a conclusion in X time, and a person w/ an IQ of 100 will take 2X to reach the same conclusion. That kind of statement assumes that mental accomplishments are something like walking/running a distance. That some people might be faster, but nothing is keeping a person who can walk at least some, from reaching the same distances as the world’s best runner, except time.

        I’m not sure that interesting mental abilities are like that. As I think about, say Einstein’s contributions to physics, I struggle to think whether I would have ever come up General Relativity. Was he actually doing things on a level I could never attain? It really seems like it. Or take a more modern example with say Jeff Dean and Sanjay Ghemawat at Google. This is a nice article about them: https://www.newyorker.com/magazine/2018/12/10/the-friendship-that-made-google-huge. Same idea, their solutions to problems are things that I could easily believe that I would never come up with.

        So perhaps there are mental abilities that allow some to reach a cliff high above the heads of most mortals. Does this mean that mental abilities are linear? I’m sure some are (reading speed or something feels like one of these), but I can easily imagine abilities that differ by kind, and not by degree.

        1. There are many aspects in your comment that are certainly true. Obviously there are huge problems in measuring “true” mental abilities, which is the exact reason why people came up with a somewhat artificial “intelligence quotient” with all its shortcomings.

          What would be interesting to see is (and I don’t know if you perhaps have a source about this) what the outcome of an intelligence test would look like without the “quotient” part, i.e. without subsequently normalizing the results.

          I guess the relationship wouldn’t be strictly linear but it wouldn’t be as extreme as the wealth distribution either.

          What I think is true in any case, independent of the distributions, is when you rank all people by intelligence and by wealth respectively you wouldn’t really see any stable connection – and that spirit was the intention of my post in the first place and I still stand by it, although some of the technicalities are obviously debatable.

Leave a Reply to Jonathan Whitmore Cancel reply

Your email address will not be published. Required fields are marked *

I accept that my given data and my IP address is sent to a server in the USA only for the purpose of spam prevention through the Akismet program.More information on Akismet and GDPR.

This site uses Akismet to reduce spam. Learn how your comment data is processed.