Free preview

Theoretical vs Empirical Probability

There are two ways to put a number on an event, and a trader uses both constantly.

Theoretical probability comes from a model of the mechanism. A fair coin lands heads with probability 12\frac{1}{2} because of what "fair coin" means, not because anyone flipped it. You get the number by reasoning about structure.

Empirical probability comes from counting what actually happened. Flip a coin 10 times, see 6 heads, and your empirical estimate is 610=0.6\frac{6}{10} = 0.6. You get the number by observing frequency.

Empirical probability
p^=number of times the event occurrednumber of trials\hat{p} = \frac{\text{number of times the event occurred}}{\text{number of trials}}

The frequency you actually observed, which approaches the theoretical value only as the trial count grows.

Neither is the "right" one. The theoretical number is precise but only as good as its assumptions. The empirical number makes no assumptions but is noisy, and it can only tell you about conditions that actually occurred.

The gap between them is the interesting part

In markets you rarely know the true mechanism, so you are usually reconciling a model against data. When the two disagree, exactly one of three things is happening:

  • The model is wrong, which is a signal to change the model.
  • The sample is too small, which is a signal to collect more data.
  • The model is right and the market is mispriced, which is a signal to trade.

Distinguishing the third case from the first two is most of quantitative research. A candidate who says "the empirical number is 0.6 so the coin is biased" after 10 flips has failed to consider the second case, and that failure is exactly what interviewers probe for.

The Law of Large Numbers

Empirical estimates converge to theoretical ones as samples grow. Formally, for independent draws X1,X2,X_1, X_2, \ldots with mean μ\mu:

1ni=1nXiμas n\frac{1}{n} \sum_{i=1}^{n} X_i \longrightarrow \mu \quad \text{as } n \to \infty

This is the theoretical guarantee that data eventually reveals the truth. It is also routinely over-trusted, for two reasons worth knowing.

It says nothing about how fast. The standard error of an estimated proportion is

SE=p(1p)n\text{SE} = \sqrt{\frac{p(1-p)}{n}}

so at p=0.5p = 0.5, ten flips give a standard error of about 0.160.16. Observing 6 heads out of 10 is well inside one standard error of a fair coin. To pin the rate down to ±1%\pm 1\% you need roughly 2,500 flips. Convergence is real but slow, and it slows as the square root, so getting ten times more precise costs a hundred times more data.

It assumes the process is stable. The law describes repeated draws from an unchanging distribution. Markets change regime, so an average taken over a period that spans a regime change converges to something that describes neither regime.

Key takeaway

The Law of Large Numbers guarantees convergence, not speed and not stability. Before trusting an empirical rate, ask how many observations produced it and whether the world was the same throughout.

Why interviewers care

"Is this coin fair?" is a standard question, and the expected answer is not yes or no. It is a comparison: how far is the observed frequency from the model, measured in standard errors? That instinct, sizing a discrepancy against its noise rather than eyeballing it, is the same one used to decide whether a strategy's backtest is real. We develop it properly in hypothesis testing and confidence intervals.

Test your knowledge

What distinguishes theoretical probability from empirical probability?
A candidate flips a coin 10 times, sees 6 heads, and concludes it is biased. What have they failed to consider?

Keep reading Fundamentals of Probability and Statistics

41 lessons in this course, and every other premium course, on one subscription.

  • Every lesson in every course, with the worked examples and interactive simulators
  • Graded questions on every lesson, with explanations for the wrong answers as well as the right one
  • The trainers, timed assessments and brainteaser library that go with them