Probability Distributions
Probability distributions provide a mathematical framework for modeling the uncertainty inherent in financial markets. They are essential for tasks ranging from asset pricing and risk management to portfolio optimization and algorithmic trading.
I. Foundational Concepts
A Random Variable (RV) is a variable whose value is a numerical outcome of a random phenomenon. RVs are classified as Discrete (countable outcomes, e.g., number of defaults) or Continuous (uncountable outcomes over a range, e.g., asset price).
| Concept | Discrete RV | Continuous RV | Description |
|---|---|---|---|
| Probability Function | Probability Mass Function (PMF), | Probability Density Function (PDF), | Defines the probability of a discrete outcome or the relative likelihood of a continuous outcome. |
| Cumulative Function | Cumulative Distribution Function (CDF), | Cumulative Distribution Function (CDF), | Gives the probability that the RV takes a value less than or equal to : . |
| Expected Value | The weighted average of all possible values, representing the long-run average. | ||
| Variance | Measures the dispersion or spread of the distribution around the mean (). |
Moment Generating Functions (MGF)
The Moment Generating Function (MGF), , is a powerful tool.
- Utility: The -th moment of the distribution () can be found by taking the -th derivative of the MGF and evaluating it at .
- Sum of RVs: The MGF of the sum of independent random variables is the product of their individual MGFs: .
II. Key Distributions in Statistics
The following table summarizes the most critical distributions, their parameters, and their relevance in financial modeling.
| Name | Type | Application | PMF/PDF | ||
|---|---|---|---|---|---|
| Bernoulli | Discrete | Modeling a single event outcome (e.g., default/no default, success/failure of a trade). | |||
| Binomial | Discrete | Number of successes in a fixed number of trials (e.g., number of up-moves in a Binomial Option Pricing Model, credit risk modeling). | |||
| Poisson | Discrete | Modeling the number of rare events over a fixed time (e.g., number of trades, defaults, or jumps in a jump-diffusion model). | |||
| Exponential | Continuous | Modeling the time until the next event in a Poisson process (e.g., time until default or time between trades). | |||
| Uniform | Continuous | Modeling uncertainty when all outcomes are equally likely (e.g., random number generation, simple Monte Carlo simulations). | |||
| Normal | Continuous | The distribution for modeling asset returns (log-returns) due to the CLT. Used in Markowitz portfolio theory and basic risk models. | |||
| Lognormal | Continuous | The distribution for modeling asset prices in the Black-Scholes-Merton model, as prices cannot be negative. If , then . | |||
| Student's t | Continuous | Used to model financial returns with heavy tails (fat tails), capturing extreme events more accurately than the Normal distribution. Parameter (degrees of freedom) controls tail thickness. | 0 (for ) | (for ) |