The Radon-Nikodym Derivative
The exchange rate between two probability measures — a per-scenario weight that converts one set of beliefs into another. It is what makes risk-neutral pricing, Girsanov's theorem, importance sampling and likelihood ratios all the same operation.
Prerequisites: Probability Spaces, Lebesgue Measure and Integration
Options are priced with probabilities that nobody believes. The textbook says to value a call by taking an expected payoff — but under a set of probabilities in which every asset drifts at the risk-free rate, which is plainly not how anyone forecasts a stock. Two obvious questions follow. How can you legitimately swap one set of probabilities for another? And if you do, what exactly is the exchange rate? The Radon-Nikodym derivative is the answer to both, and it is a smaller idea than the name suggests.
Two forecasters, one world
Two analysts watch the same stock. They agree completely on what can happen: up 20, flat, down 20. They disagree on the odds. The first says 50/30/20. The second says 25/50/25 — she is more cautious, so she shifts weight away from the good outcome.
You want to convert any calculation done in the first analyst's world into the second's. You do not need to redo the work. You just need, for each scenario, a conversion factor: how much more or less the second analyst weights it. Up 20 gets a factor of (halved). Flat gets (boosted). Down 20 gets .
That table of factors is the Radon-Nikodym derivative. It is a currency exchange rate, except the rate depends on which scenario you are in. Everything below is that, written carefully.
Writing it down
Let and be two probability measures on the same sample space, meaning two consistent assignments of odds to the same set of scenarios. Suppose is absolutely continuous with respect to , written , which means:
In words: anything rules out, rules out too — cannot invent possibilities that says never happen. That is the one condition you need, and it is the condition the theorem below cannot do without.
The Radon-Nikodym theorem then says there is a single random variable , written , such that
Here is any event, is the Lebesgue integral over that event under , and is the exchange rate. Read out loud: to get 's probability of an event, walk over the scenarios in that event, and add up their -probabilities after re-weighting each one by .
The version you actually use is the one for expectations. For any random variable ,
An average under the new measure is the average under the old measure of the quantity multiplied by the exchange rate. Two facts fall straight out. Setting gives : the weights must average to one, or the new probabilities would not sum to one. And is a random variable, not a number — it takes a different value in each scenario.
Worked example 1: pricing a call two ways
Take the three-outcome world above, with a stock at 100 today and a zero interest rate. Under the probabilities are for final prices .
First check that deserves to be called the pricing measure. It must make the stock a fair game:
which equals today's price, so yes — under the stock is a martingale. Now build scenario by scenario, dividing by :
| scenario | |||
|---|---|---|---|
| 0.50 | 0.25 | 0.500 | |
| 0.30 | 0.50 | 1.667 | |
| 0.20 | 0.25 | 1.250 |
Verify the weights average to one under :
Now price a call struck at 100. Its payoffs across the three scenarios are , , .
Route A — average under directly:
Route B — stay under and carry the weights:
Both give a fair value of $5. That is the whole trick: you never have to leave your own probabilities, you just multiply by inside the expectation.
Worked example 2: shifting the drift of a bell curve
Now the continuous case, which is Girsanov in miniature. Let the annual return be normal with mean and standard deviation under . You want a measure under which the mean is the risk-free rate , with the standard deviation unchanged.
Divide one normal density by the other and simplify — the terms cancel, which is the reason this works at all:
Fill in the numbers. . The first coefficient is . The constant is . So
In English: every scenario is re-weighted by an exponential that falls as the return rises — good outcomes get marked down, bad outcomes get marked up. Evaluate it at four returns:
| return | ||
|---|---|---|
| (bad year) | 1.455 | |
| (risk-free) | 1.046 | |
| (P-mean) | 0.956 | |
| (great year) | 0.592 |
A 40% year is counted at 59% of its real-world weight; a year at 146%. That single sentence is what "risk-neutral" means in practice.
Two checks you can do by hand. First, the weights must average to one. Using the normal moment formula with :
Second, confirm the ratio really is the ratio of the two densities at, say, . The exponent of the -density there is , giving . For the -density: , giving . Their ratio is — exactly the table entry. ✓
is a random variable, one weight per scenario, with . It exists precisely when assigns zero probability to everything does. Every use of it is the single identity .
What this means in practice
- Risk-neutral pricing. A derivative's value is discounted. Girsanov's theorem is worked example 2 applied to a whole Brownian path: the change of measure shifts the drift to the risk-free rate and leaves the volatility untouched. That is why implied volatility is meaningful and "implied drift" is not.
- Importance sampling. Simulating a rare loss under the true measure wastes almost every path. Simulate under a tilted measure that makes the loss common, then multiply each sample by to remove the bias. Same identity, run backwards. See importance sampling.
- Likelihood ratios. In statistics, the likelihood ratio between two models is a Radon-Nikodym derivative. Neyman-Pearson tests, sequential tests and Bayes factors are all built on the same object.
- Densities themselves. "The density of " means : the Radon-Nikodym derivative of the distribution with respect to Lebesgue measure. A random variable has a density exactly when its law is absolutely continuous — which is why an outcome with an atom, like a capped payoff, has none.
A change of measure re-weights scenarios; it cannot create or destroy them. If says an event is impossible, no choice of makes it possible under — that is what forbids. Two consequences trip people up constantly. First, you can move a stock's drift freely but you can never change its volatility by changing measure, because volatility is determined by the paths themselves, which are the same paths under both measures. Second, is not a derivative in the calculus sense and there is no "" or "" to cancel — the notation is suggestive, nothing more.
When a problem says "change to the measure under which is a martingale", do not reach for theory. Write down the candidate weights as new-probability over old-probability, check they average to 1 under the old measure, and check the target is driftless. In discrete settings that is the entire computation.
Related concepts
Practice in interviews
Further reading
- Shreve, Stochastic Calculus for Finance II (ch. 1.6, 5.2)
- Williams, Probability with Martingales (ch. 14)