Expectation, Variance, and Moment Generating Functions
If probability measures assign weights to outcomes, expectation tells you the weighted average. Variance tells you how spread out the weights are. Together with higher moments and moment generating functions, they form the quantitative toolkit for summarizing and comparing distributions.
In finance, these are not abstract: pricing is expectation (the risk-neutral price of a derivative is ), risk is variance (or standard deviation), and the Sharpe ratio is just mean excess return divided by standard deviation. Moment generating functions provide a clean algebraic route to computing moments and proving distributional results (they are the engine behind the CLT proof in lln-and-clt).
This article requires a solid grasp of distributions from random-variables-and-distributions and the measure-theoretic foundation from probability-measures-and-axioms, since expectation in its full generality is defined as a Lebesgue integral.
Key Topics
- Expectation as Lebesgue integral: , why this is more general than Riemann integration
- Linearity of expectation: (no independence required)
- Variance and standard deviation:
- Covariance: , its role in portfolio variance
- Skewness and kurtosis: , . Fat tails () are why normal models underestimate extreme events
- Moment generating functions: , recovering moments via
- Characteristic functions: --- always exists (unlike MGFs), uniquely determines the distribution
- Uniqueness theorem: if two distributions have the same MGF (or characteristic function) in a neighborhood of zero, they are identical
Finance Connections
- Derivative pricing = computing an expectation:
- Portfolio variance = , which is why covariance drives diversification
- Sharpe ratio = , the canonical risk-adjusted performance measure
- Fat tails: equity returns have excess kurtosis ( for daily returns). Models that assume (normal) systematically underestimate tail risk
- MGFs in Black-Scholes: the log-normal MGF connects directly to the pricing formula
Prerequisites
This article is a roadmap --- content to be developed in future sessions.