Change of Measure
How to reweight every outcome's probability so that pricing an option becomes "just take an average", the trick behind risk-neutral pricing and the Radon-Nikodym derivative that makes it precise.
Prerequisites: Independence and Product Measures
Pricing a derivative under the real-world probabilities of stock moves is hard: you'd need to know investors' true risk preferences to discount payoffs correctly. But there is a shortcut. Reweight each outcome's probability, without changing which outcomes are possible, only how likely each one is treated as being, so that under the new weights every asset's expected return equals the risk-free rate. Once that reweighting is done, pricing collapses to a plain average: discount the expected payoff at the risk-free rate, full stop. That reweighting is a change of measure, and it is one of the most consequential tricks in quantitative finance.
The analogy: a loaded die that makes the arithmetic easy
Imagine a die whose true, real-world probabilities are unpleasant fractions: . Computing an expected payoff with these is a slog. Now suppose you're allowed to invent a different, cleverly chosen die, same six faces, same set of possible outcomes, but different probabilities, under which some target quantity (say, the average roll) comes out to a clean, convenient number. You haven't changed what the die can physically roll; you've only changed the weight you assign to each face for the purpose of a calculation. A change of measure is exactly this: same outcomes, different weights, chosen so that a specific expectation becomes easy, in finance, so that every discounted asset price becomes an average under the new weights.
Writing it down
Let be the real-world probability measure and a new measure over the same set of outcomes (nothing that was impossible under becomes possible under , or vice versa). The Radon-Nikodym derivative is the reweighting factor: for each outcome , it tells you how much more or less weight assigns compared to . Expectations translate via
In words: to compute an expectation under the new measure , take the expectation under the old measure of the payoff multiplied by the reweighting factor, you never actually have to resample anything, you just weight each outcome differently inside the same average. In finance, is chosen to be the risk-neutral measure: the unique reweighting under which every traded asset's expected return equals the risk-free rate , so that a derivative's price is simply
In words: discount the risk-neutral expected payoff at the risk-free rate, no risk premium needed anywhere in the formula, because the reweighting has already absorbed it.
Worked example 1: a one-period binomial reweighting
A stock at $100 either goes to $120 (up) or $90 (down) after one period, risk-free rate over the period for simplicity. Real-world probability of up is . Find the risk-neutral probability of up such that (matching the risk-free, here zero, growth): . Expand: , so , giving . Under , "up" has probability , not the real-world , a big reweighting, but it makes the stock itself a fair bet under , which is exactly the property risk-neutral pricing needs.
Worked example 2: pricing a call with the reweighted probabilities
Same setup, strike $100, so the call pays $20 if up, $0 if down. Under real-world , you'd need to know the market's risk premium to discount this correctly, a hard, subjective step. Under from example 1, just average: . With the price is simply $6.67, no discounting adjustment needed beyond the reweighting already baked into . Compare: averaging under the real-world probability would (wrongly) give , badly overpriced, because it ignores that investors demand compensation for risk, which the -reweighting has already built in.
What this means in practice
Every Black-Scholes-style pricing formula is an expectation under a risk-neutral measure , not under real-world probabilities, this is why the drift term in the pricing PDE is the risk-free rate and not a stock's actual expected return. Girsanov's theorem is the continuous-time version of this same reweighting trick, used to shift the drift of a Brownian motion. Importance sampling in Monte Carlo pricing is the same idea again: reweight rare, important outcomes to sample them more often, then correct with the Radon-Nikodym factor.
A change of measure reweights the probability of every outcome without changing which outcomes are possible, via . Risk-neutral pricing is one specific choice of , the reweighting under which every asset's expected return equals the risk-free rate, which turns option pricing into a simple discounted average.
The classic confusion is treating risk-neutral probabilities as forecasts of what will actually happen. They are not, worked example 1 shows a stock the market genuinely expects to rise 70% of the time gets assigned a risk-neutral "up" probability of only 33%. Risk-neutral probabilities are a pricing device, calibrated so discounted asset prices are fair bets under ; using them as real-world return forecasts (for position sizing, or for estimating actual default likelihood) is a common and costly mistake.
Discussion
💡 Discussion rules
- Ask and answer about this concept. Off-topic gets removed.
- No homework dumps. Show what you tried first.
- Corrections are welcome. Cite a source when you claim an error.
Loading discussion…
Related concepts
Practice in interviews
Further reading
- Shreve, Stochastic Calculus for Finance I (ch. 1)
- Björk, Arbitrage Theory in Continuous Time (ch. 10)