Change of Measure
Motivation: why this matters in quant finance
The pricing formula V0=e−rTEQ[payoff] hides a profound move: the expectation is not taken under the real-world probability measure P. It is taken under a pricing measure Q chosen so that discounted asset prices become martingales.
This is not a trick for changing notation. Historical data are observed under
P, where risky assets earn risk premia. Derivative prices are computed under
Q, where tradable risk premia disappear from drift.
Geometric Brownian motion under
P has drift
μ; under
Q it has drift
r.
Girsanov's theorem explains how the same paths can support both descriptions.
Change of measure is the bridge between statistical modelling and no-arbitrage pricing. It is what lets quants estimate volatility from historical data, replace the drift by the risk-free rate, and then price an
option without pretending the world is risk neutral.
The informal idea
A probability measure assigns weights to scenarios. Changing measure keeps the scenario space fixed and changes the weights. If a scenario is twice as likely under Q as under P, expectations under Q give that scenario twice the weight.
The object that records the reweighting is the Radon-Nikodym derivative:
Z=dPdQ.
For any integrable payoff X,
EQ[X]=EP[ZX].
In continuous time, Z becomes a density process (Zt) that reweights path probabilities progressively.
Formal definition
Let (Ω,F) be a measurable space with two probability measures P and Q.
- Q is absolutely continuous with respect to P, written Q≪P, if P(A)=0 implies Q(A)=0.
- P and Q are equivalent, written P∼Q, if each is absolutely continuous with respect to the other.
If
Q≪P, the
Radon-Nikodym theorem gives a non-negative random variable
Z=dQ/dP such that
Q(A)=∫AZdP,EQ[X]=EP[ZX].
In a filtered setting, the density process is
Zt=EP[dPdQ∣Ft].
Key properties
Null events stay null
Equivalent measures agree on which events are impossible in the almost-sure sense. This is crucial in finance: an arbitrage that occurs on a set with positive probability under one equivalent measure also has positive probability under the other.
Expectations are weighted expectations
The identity EQ[X]=EP[ZX] turns measure changes into ordinary expectations with a likelihood-ratio weight. Monte Carlo likelihood-ratio methods are built on this formula.
Drift changes, volatility does not
For Brownian diffusions, Girsanov's theorem changes the drift term but leaves the quadratic variation intact. In Black-Scholes, this is why μ becomes r while σ remains the same volatility parameter.
Martingale measures price assets
A measure Q is an equivalent martingale measure if discounted tradable prices are martingales under Q. Under such a measure, no-arbitrage prices are discounted Q-expectations.
Worked examples
Example 1: finite-state reweighting
Suppose Ω={u,d}, P(u)=0.6, P(d)=0.4, while Q(u)=0.5, Q(d)=0.5. Then
Z(u)=0.60.5,Z(d)=0.40.5.
For any payoff X,
EQ[X]=0.6Z(u)X(u)+0.4Z(d)X(d).
Example 2: Black-Scholes drift shift
Under P,
dSt=μStdt+σStdWtP.
Let θ=(μ−r)/σ. Girsanov defines a new Brownian motion
WtQ=WtP+θt.
Substituting dWtP=dWtQ−θdt gives
dSt=rStdt+σStdWtQ.
The risk premium has moved from the drift into the density process.
Example 3: pricing a call
Once the stock has risk-neutral dynamics, a European call price is
C0=e−rTEQ[(ST−K)+].
Evaluating this expectation under log-normal
ST gives the
Black-Scholes formula.
Common confusions and pitfalls
"Risk-neutral means investors are risk-neutral." No. It is a pricing measure, not a psychological statement. Real investors can be risk averse; the measure change encodes risk premia into state prices.
"Changing measure changes the paths." The sample paths stay on the same measurable space. The weights assigned to those paths change.
"The physical drift is irrelevant to everything." It is irrelevant to replication-based derivative prices in the complete Black-Scholes model. It remains central for forecasting, portfolio choice, and risk management under
P.
"Any new measure is allowed." Pricing measures must be equivalent and must make discounted tradable prices martingales. Otherwise they either create arbitrage or assign impossible states positive weight.
Where this goes next
- Radon-Nikodym Theorem: The measure-theoretic result behind density ratios.
- Girsanov's Theorem: The continuous-time theorem that shifts Brownian drift.
- Risk-Neutral Measure: The finance interpretation of equivalent martingale measures.
- Risk-Neutral Valuation: How payoff expectations become arbitrage-free prices.
- Black-Scholes Formula: The canonical drift-removal example.