Essential Formulas and Theorems
A deep understanding of core statistical principles is crucial for modeling financial markets, pricing derivatives, and managing risk.
I. Core Probability Laws
These laws govern how probabilities are calculated and updated, forming the basis for statistical inference and decision-making under uncertainty.
Conditional Probability, Bayes' Theorem, and Law of Total Probability
Consider events which form a partition of the sample space (i.e., they are mutually exclusive and collectively exhaustive) and an event .
| Concept | Formula | Description |
|---|---|---|
| Conditional Probability | The probability of event occurring given that event has already occurred. | |
| Law of Total Probability | Used to find the marginal probability of an event when the sample space is partitioned. | |
| Bayes' Theorem | Relates the posterior probability to the prior and the likelihood . Relevance: Crucial for updating beliefs as new data arrives. |
II. Moments and Relationships
Moments describe the shape and location of a probability distribution. Understanding their properties is key to manipulating random variables in models.
Law of the Unconscious Statistician (LOTUS)
The expected value of a function of a random variable can be calculated without first finding the distribution of .
Law of Total Expectation and Variance
These laws are essential for models where one random variable depends on another (e.g., a two-stage process or a mixture model).
| Concept | Formula | Description |
|---|---|---|
| Total Expectation | The overall expected value of is the expected value of the conditional expectation of given . | |
| Total Variance | The total variance is the sum of the variance of the conditional mean (between-group variance) and the mean of the conditional variance (within-group variance). |
Intuitively, the Law of Total Expectation says that if we "average over all averages" of obtained by some information about , we obtain the true average. Similarly, the Law of Total Variance says that the true variance comes from two sources: between samples (the first term) and within samples (the second term).
Covariance and Correlation
These measure the linear relationship between two random variables and .
Key Properties of Variance and Covariance:
- If and are independent, , and . Note: The converse is not always true (uncorrelated does not imply independent).
Common Relationships Between Distributions
| Relationship | Formula | Relevance |
|---|---|---|
| Sum of Bernoullis | Foundation of the Binomial Option Pricing Model. | |
| Sum of Poissons | Used in modeling cumulative event counts (e.g., defaults) over time. | |
| Sum of Normals | Fundamental for portfolio theory and risk aggregation. |
III. Fundamental Theorems and Inequalities
These theorems provide the theoretical justification for many statistical and financial models, particularly those involving large samples or long time horizons.
Central Limit Theorem (CLT)
Let be a sequence of i.i.d. random variables with mean and finite variance . As , the distribution of the standardized sample mean approaches the standard normal distribution:
Relevance: Justifies the use of the Normal distribution to model asset returns, as returns are the sum of many small, independent price changes. It also underpins statistical inference (e.g., confidence intervals, hypothesis testing).
Law of Large Numbers (LLN)
The LLN states that as the number of trials increases, the average of the results obtained from a large number of independent and identically distributed random variables converges to the expected value.
Relevance: Guarantees that Monte Carlo simulations will converge to the true expected value as the number of simulations increases.
Markov's and Chebyshev's Inequalities
These inequalities provide bounds on the probability that a random variable deviates from its mean, even when the full distribution is unknown.
IV. Quant Finance Specific Tools
These formulas are indispensable for derivative pricing and continuous-time modeling.
Ito's Lemma
Ito's Lemma is the fundamental rule of differentiation for stochastic processes, particularly those involving Brownian motion (Wiener process). It is the stochastic equivalent of the chain rule in standard calculus.
For a function where follows the Ito process , the differential is:
Relevance: Used to derive the Black-Scholes Partial Differential Equation (PDE) and to find the process followed by a function of an asset price (e.g., the log-price).
Geometric Brownian Motion (GBM)
GBM is the most common model for asset prices in continuous time, assuming log-returns are normally distributed.
- : Drift (expected return)
- : Volatility
- : Wiener process (Brownian motion)
The solution for is Lognormal: .
Black-Scholes-Merton (BSM) Formula (European Call Option)
The BSM formula provides a closed-form solution for the price of a European call option :
where:
- : Current stock price
- : Strike price
- : Risk-free interest rate
- : Time to maturity
- : Volatility of the stock return
- : Cumulative distribution function of the standard normal distribution
Risk-Neutral Valuation
The First Fundamental Theorem of Asset Pricing states that in a market with no arbitrage, there exists at least one risk-neutral measure under which the price of any derivative is the discounted expected value of its payoff, , under this measure.
Relevance: This is the core principle of modern derivative pricing. The BSM formula is derived by applying this principle to the GBM process under the risk-neutral measure. The key change is that the drift of the asset price process is replaced by the risk-free rate .