Conditional Expectation
This is the most important article in the module.
Conditional expectation is not a number --- it is a random variable. This subtlety is where most people’s intuition breaks down, and it is precisely the concept that makes derivative pricing, martingale theory, and dynamic risk management mathematically coherent.
The idea is deceptively simple: given partial information (modeled by a -algebra , as introduced in sample-spaces-and-sigma-algebras), what is the best forecast of ? The answer depends on which partial information you have --- different realizations of the world up to time give different forecasts. Hence is a function of , not a scalar.
This article starts from Bayes’ theorem (the discrete warm-up), builds through conditional distributions, arrives at the measure-theoretic definition of conditional expectation, and culminates in the tower property --- the single result that underpins all of dynamic pricing theory.
Key Topics
- Bayes’ theorem: --- the discrete starting point
- Conditional distributions:
- as a random variable: it is -measurable, meaning it depends on only through . This is the subtle leap from elementary to measure-theoretic probability
- Formal definition: is the unique (a.s.) -measurable random variable satisfying for all
- Tower property (law of iterated expectations): for . In the special case:
- Conditional expectation as best predictor: minimizes over all -measurable . This is the bridge to regression: OLS is conditional expectation under a linearity constraint
Finance Connections
- Martingales: is a martingale iff . Under the risk-neutral measure , discounted asset prices are martingales. This is the Fundamental Theorem of Asset Pricing in action
- Dynamic pricing: the price of a derivative at time is . This formula IS conditional expectation
- Tower property in pricing: price today = discounted expectation of tomorrow’s price. This lets you build pricing backward through a tree (binomial model) or forward through simulation (Monte Carlo)
- Bayesian credit scoring: updating default probability as new information arrives is conditioning on a growing -algebra --- exactly what you were doing at Credimi, implicitly
- Regression: under linearity. The multivariate regression at Credimi was estimating conditional expectations of credit outcomes given financial ratios
Prerequisites
This article is a roadmap --- content to be developed in future sessions.