Why the Average Is a Lie: Ergodicity and the Game That Bankrupts Everyone

A research note on ergodicity: why a coin flip with a positive expected value still sends every individual player broke, the gap between the time average and the ensemble average, the volatility drag, and how this is the deeper why beneath the Kelly criterion.

after the kelly note, the question that would not leave me was why maximising log-wealth is the right thing to do at all. the answer has a name, ergodicity, and once you see it you cannot unsee it. the “expected value” that everyone reaches for is, for most of the games life actually plays, an average over lives you will never live. i had my AI teach me the proper version and draw the curves. this note is that proper version. the personal note at the bottom is mine to write after.

the game that should be free money

here is a bet. you put your whole pot in. a fair coin is flipped.

  • heads: your money grows by 50 percent.
  • tails: your money shrinks by 40 percent.

start with 100 dollars. heads takes you to 150, tails takes you to 60. the coin is fair, so what is the expected value of one round?

$$ E[\text{multiplier}] = \tfrac{1}{2}(1.5) + \tfrac{1}{2}(0.6) = 1.05 $$

a 5 percent gain, on average, every single round. that is a phenomenal edge. the stock market does roughly 5 percent a year. this does it per flip. so you should play it as many times as you possibly can, and you should end up extraordinarily rich.

now actually play it. flip a hundred times and watch your own pot. it does not go up. it goes to almost nothing. not sometimes: essentially always. the bet with the wonderful positive expected value is, for you, a slow bankruptcy.

both of those statements are true at the same time, and the gap between them is the whole subject of this note.

two averages, and they disagree

the trap is that “average” is two different things wearing the same word.

a quick key before the formulas:

symbolwhat it means
$W$your wealth, tracked as a multiple of where you started
$E[\cdot]$the ensemble average: average across many players at one moment in time
$g$the time-average growth rate: what one player earns per round over many rounds
arithmetic meanadd the outcomes and divide by how many (the everyday average)
geometric meanmultiply the outcomes and take the root (the right average for compounding)

the 1.05 we computed is the ensemble average. imagine a stadium of a million people each playing one round. add up all their pots, divide by a million: that total grows 5 percent each round, because the lucky half drag it up faster than the unlucky half drag it down. if you are the whole crowd, you win.

but you are not the crowd. you are one person, playing round after round, and your rounds multiply together. after a heads and a tails, in either order, your 100 dollars is

$$ 100 \times 1.5 \times 0.6 = 90 $$

down to 90, not back to 100. the thing that governs your fate is not the arithmetic mean of the multipliers, it is their geometric mean:

$$ g = \sqrt{1.5 \times 0.6} = \sqrt{0.9} \approx 0.9487 $$

that is a loss of about 5.1 percent per round, compounding, forever. the same game is +5 percent for the crowd and minus 5 percent for the individual. here is the divergence drawn out:

The same bet, two destinies03691201020304050rounds playedwealth (multiple of start)the crowd's averagewhat one player livesensemble average (+5%/round)median path (-5.1%/round)
Both lines describe the +50/-40 coin. The rising one averages over a crowd; the falling one is the single path you actually walk. The bet is good for the population and ruinous for the person.

the rising line is real and the falling line is real. they describe the same bet. the rising one is just answering a question about a population, and you are not a population.

the average is hijacked by people who do not exist

why does the ensemble average rise when almost everyone falls? because it is propped up by a vanishingly thin sliver of absurd winners.

after $n$ rounds, your pot is decided entirely by how many heads you got. get them all and you are a multimillionaire; that path has probability $1/2^{n}$, which after fifty rounds is about one in a thousand trillion. nobody you will ever meet is on it. but the payoff on that path is so enormous that, multiplied by its microscopic probability, it single-handedly holds the average up.

so the distribution of outcomes is wildly lopsided. the typical player, the one in the middle, is far below the mean player, and the mean player is a statistical fiction living out in the right tail:

After 50 rounds: where players actually land000.10.10.001x0.01x0.1x1x10x100x1000xfinal wealth (multiple of start, log scale)probabilitymedian: 0.07xmean: 11.5x
The hump is where players are; the orange line is the mean. It sits far out in the thin right tail, held aloft by a handful of all-heads fortunes nobody lives. That gap between the hump and the mean is the lie.

this is the precise sense in which the average is a lie. it is not wrong arithmetic. it is a correct number describing a place on the map where almost no one lands.

the volatility drag

you can hold the edge fixed and watch volatility alone do the damage. keep the arithmetic mean pinned at +5 percent, but change how wide the swing is: heads gives $1.05 + s$, tails gives $1.05 - s$. the ensemble average is still exactly 1.05 for any $s$. the growth you actually live is

$$ g = \sqrt{(1.05+s)(1.05-s)} = \sqrt{1.1025 - s^{2}} $$

which sinks as the swing $s$ widens, and crosses from gain into loss once the swing is big enough, even though the “expected return” never moved:

Volatility is a tax the average hides-8-40400.10.20.30.40.5size of the swing (s)growth rate (% per round)expected value: always +5%growth turns negativeour +50/-40 gamearithmetic mean (the crowd)geometric mean (lived growth)
Hold the expected return pinned at +5% and just widen the swing. The growth you actually compound sinks, crosses zero, and goes negative. Half the variance is subtracted from your real return, silently.

the rule of thumb behind the curve is worth memorising:

$$ \text{geometric} \approx \text{arithmetic} - \tfrac{1}{2},\text{variance} $$

volatility is a tax, and it is a tax the arithmetic average refuses to show you. half of the variance is quietly subtracted from your compound growth every period. our original game (a swing of 0.45) is just one point on that sinking curve, far below the waterline.

the word for all of this is ergodic

a process is ergodic when its time average equals its ensemble average: when one path watched for a long time tells you the same thing as many paths watched for a moment. coin-flip winnings that you add up are ergodic. coin-flip wealth that you multiply is not, and that single difference is the entire story.

additive games are ergodic; multiplicative games are not. wealth is multiplicative.

this is also the answer to the question i started with. wealth is non-ergodic, but the logarithm of wealth is additive, and therefore ergodic, which is exactly why the log is the honest thing to average. maximising $E[\log W]$ is not a psychological assumption about how much you dislike risk. it is just choosing the one transform under which the crowd’s average and your own lived experience finally agree. that is the deeper reason the kelly criterion maximises log-wealth: it is optimising the growth rate a single path actually gets, not the growth rate of an imaginary stadium.

drawn as a function of how much you bet, that lived growth rate is a hill, and overbetting walks you off the far side of it into negative territory, exactly mirroring the volatility drag above:

Maximise what you live, not what the crowd averages-6-4-20200.10.20.30.40.5fraction of bankroll bet (f)long-run growth rate (% per round)Kelly bet: fastest growthtwice Kelly: growth gonegrowth rate of a 60% even-odds bet
The 60% even-odds coin from the Kelly note. The time-average growth rate is a hill that peaks at the Kelly fraction; overbet and you walk off the far side into loss, the same drag as the chart above. EV maximisation never sees this hill.

expected-value maximisation answers “what happens to the crowd.” time-average maximisation answers “what happens to me.” for anything you only get to live once, the second question is the only one that matters.

where this shows up that is not a casino

the coin game is a toy, but non-ergodicity is everywhere money compounds and you only get one life:

  • insurance looks irrational and is not. the premium has negative expected value by construction, or the insurer would not sell it. but a large enough loss is a multiplicative wipeout you never recover from, and paying a small certain cost to cap that downside raises your time-average growth even while it lowers your ensemble average. the ensemble does not need insurance; you do.
  • leverage kills good strategies. a portfolio with a genuine edge, levered past a point, has rising expected value and falling lived growth at the same time. “the average fund did fine” can be true in the same year that the median investor in it was destroyed.
  • diversification is buying ergodicity. spreading a bet across many uncorrelated positions pulls your single lived path closer to the ensemble average, which is the one thing that makes the comforting “expected return” actually apply to you.
  • one big concentrated bet is sold on its expected value and paid for on its geometric mean. the brochure quotes the stadium; you settle the bill alone.

history, one paragraph

the word ergodic comes from boltzmann’s statistical mechanics in the 1870s, where it meant a system that, given time, visits every state, so watching it long enough is the same as photographing many copies at once. daniel bernoulli had already bumped into the underlying problem in 1738 with the st petersburg paradox and patched it by proposing log utility, a fix framed as a fact about human psychology. the modern, sharper telling is ole peters’ “ergodicity economics”: the log is not a statement about your feelings, it is the mathematically forced choice once you admit that you live one multiplicative path through time rather than averaging over a crowd. the +50/-40 coin in this note is peters’ own example, and it is the cleanest demonstration i know that a positive expected value can be a guarantee of ruin.

a personal note

wip …

sources and further reading

  • ole peters, ergodicity economics: the lecture notes and blog that built the modern framing. the multiplicative coin example lives here.
  • peters & gell-mann (2016), evaluating gambles using dynamics (chaos 26, 023103): the careful paper behind the toy game.
  • ole peters (2019), the ergodicity problem in economics (nature physics 15, 1216): the short, readable manifesto.
  • nassim taleb, skin in the game (2018): the “never cross a river that is on average four feet deep” version, for the non-mathematical reader.
  • my own kelly criterion note: position sizing, and what to do once you accept that the geometric mean is your real boss.
comments powered by Disqus

Recent Updates

See all →