Random Variables and Distributions

A random variable is not a variable and it is not random --- it is a measurable function . It translates abstract outcomes into numbers we can compute with. The stock price , the portfolio return , the number of defaults in a loan pool --- all are random variables defined on some underlying .

This article makes the definition precise, then surveys the distributions that appear constantly in quantitative finance. You’ve encountered most of these in practice (normal for returns, log-normal for prices, Poisson for defaults); here we formalize them and understand why each one arises where it does.

The formal definition builds directly on probability-measures-and-axioms: measurability of means that for all , ensuring we can compute probabilities involving .

Key Topics

  • Formal definition: measurable function
  • Discrete vs continuous random variables: PMF vs PDF where
  • CDF: , properties (right-continuous, non-decreasing, limits)
  • Key distributions for finance:
    • Bernoulli / Binomial: default events, binary outcomes
    • Normal (Gaussian): returns under many models, CLT limit
    • Log-normal: stock prices under geometric Brownian motion ()
    • Poisson: default counting in credit portfolios, event arrivals
    • Exponential: time-to-default, hazard rate models
    • Student’s : fat-tailed returns, small-sample inference
    • Chi-squared and : regression diagnostics, hypothesis testing
  • Transformations of random variables: if , what is the distribution of ?
  • Quantile functions: , Value-at-Risk as a quantile

Finance Connections

  • Stock prices are modeled as log-normal because returns are modeled as normal (geometric Brownian motion). The transformation is a direct application of random variable transformations.
  • Value-at-Risk at level is literally the -quantile of the loss distribution: .
  • Credit risk models (Vasicek single-factor) assume latent normal variables driving default; the distribution of portfolio losses follows from the distribution of sums of correlated Bernoullis.

Prerequisites


This article is a roadmap --- content to be developed in future sessions.