Bernoulli and Binomial Distributions
Motivation: why this matters in quant finance
A Bernoulli variable models one binary event: default or no default, up move or down move, VaR exception or no exception, profitable trade or losing trade. A binomial variable counts how many such events occur across repeated independent trials.
That makes the Bernoulli/binomial pair the discrete skeleton behind option trees, default counts, exception backtests, and binary classifiers. ISL's credit-default examples are Bernoulli models with probabilities that depend on predictors. A binomial tree is a repeated Bernoulli model under a risk-neutral probability.
Definition
If are independent variables, then
with PMF
Key Properties
For ,
For ,
If independent binomials share the same , their counts add:
For large with away from the edges,
For rare events with ,
In Quant Finance
In a one-period binomial option tree, the stock moves to or . The risk-neutral probability is
After steps, the number of up moves is . The option price is a discounted expectation under , not a forecast under the real-world probability.
For VaR backtesting, each day is an exception indicator. Under a correct 99% VaR model, the exception probability is , so the annual exception count is modelled as before dependence and regime effects are considered.
Worked Example: Exception Count
If , then . Observing 8 exceptions requires checking
A high exception count may mean the VaR model is poor, or that the independence and constant-probability assumptions in the binomial backtest are poor.
Common Confusions and Pitfalls
Where This Goes Next
- Poisson Distribution: the rare-event limit of binomial counts.
- Normal Distribution: the large-sample approximation for non-rare binomial counts.
- Binomial Tree Model: repeats Bernoulli up/down moves to price derivatives.
References
- Bertsekas and Tsitsiklis, Introduction to Probability, 2nd ed., Ch. 1 Sec. 1.5-1.6, Ch. 2 Sec. 2.2, Sec. 2.4, Sec. 2.7, and Ch. 4 Sec. 4.4.
- Mosteller, Fifty Challenging Problems in Probability, Problems 27-28 and 44, for binomial sampling and repeated-play decision framing.
- James, Witten, Hastie, and Tibshirani, An Introduction to Statistical Learning, 2nd ed., Ch. 4, for binary response modelling and the credit-default example.