EZ

Eduzan

Learning Hub

Eduzan
Eduzan / 02 Quantitative Analysis

QTA 3: Common Univariate Random Variables

Worked examples are fully visible. Check-yourself items are study aids you can reveal one at a time.

Statisticians have named well over two hundred distributions. A risk manager needs about eleven. Each survivor matches a feature that keeps reappearing in financial data: a yes or no outcome, a count of events in a window, a quantity that cannot fall below zero, or a return whose extremes arrive far more often than a bell curve allows.

The first split is between discrete and continuous random variables. A discrete variable draws from a countable set, so the probability of an exact value is a fair question and the probability mass function or PMF answers it. A continuous variable can land anywhere in an interval, so any single point carries zero probability and the probability density function or PDF supplies a height instead, whose area gives the probability. Both share the cumulative distribution function, the CDF, returning the probability of a value no larger than its argument.

Three discrete distributions carry most of the load: the Bernoulli for binary events, the binomial for successes across repeated trials, and the Poisson for events per unit of time. On the continuous side the uniform underpins simulation, the normal is the workhorse, and four more are built out of normal variables. The exponential handles waiting times, the Beta distribution handles quantities trapped between zero and one, and mixtures combine components into something neither part is alone.

The eleven distributions, their parameters and where risk managers meet them
DistributionParametersA typical use in risk
BernoullipDefault indicator for one borrower
Binomialn and pDefaults across a pool of independent loans
PoissonlambdaOperational loss events per month
Uniforma and bDraws that feed a simulation engine
Normalmu and sigma squaredLog returns and hypothesis tests
Lognormalmu and sigma squaredPrices that cannot turn negative
Chi-squaredvTests on variances and model parameters
Student’s tvReturns with tails heavier than normal
Fv1 and v2Joint tests on several coefficients
ExponentialbetaTime until a borrower defaults
Betaalpha and betaUncertainty around a probability or a recovery rate

Source: the eleven distributions set out in the chapter. The final column is an interpretation for study purposes.

Figure 1: Four distributions built out of standard normal random variables
Standard normal Z Lognormal Chi-squared Student t F Exponentiate a single normal Add up v squared standard normals Normal over the root of a scaled chi-squared Ratio of two chi-squared, each over its own df Prices on the left, test statistics on the right
Each of these is a transformation of standard normal variables, which is why results carry across from one to another.
Check yourself
Why can a probability density function return a value above one without breaking any rule of probability?
A density is a height, not a probability. Only the area beneath the curve must stay between zero and one. A uniform on the range 0 to 1/2 has a density of 2 everywhere, yet its area is exactly one.
End of lesson.