Independence and Conditioning
Motivation: why this matters in quant finance
Independence and conditioning are the two basic ways information changes probability. Independence says new information does not matter. Conditioning says it does, and tells you how to update the model once that information is known.
Brownian motion is useful in finance because its future increments are independent of the past. Bayesian credit models, filtering, scenario analysis, and conditional distributions of future prices are useful because many events are not independent. A pricing model needs both: independence for tractable dynamics, conditioning for time- valuation.
Bertsekas teaches conditioning first as a new probability law on a restricted universe, then uses it to build multiplication rules, total probability, Bayes' rule, conditional PMFs, and conditional expectations. That route is important here. Conditioning is not a slogan about "updating beliefs"; it is a precise way to replace one probability law by another after information arrives.
The informal idea
If event has occurred, outcomes outside are no longer relevant. Conditional probability renormalises the original probability law inside :
Independence is the case where this renormalisation changes nothing:
For random variables, the same ideas apply to numerical observations. Conditioning on slices the joint distribution along the value and renormalises the slice. Independence says every slice looks like the original marginal distribution.
Formal definitions
Conditional probability
For events with ,
For fixed , the map is itself a probability law.
Independence of events
For several events, mutual independence requires the same product rule for every subcollection, not just every pair.
Independence of random variables
Random variables and are independent if for all Borel sets ,
In density language, this becomes whenever the densities exist.
Conditional PMF and density
For discrete ,
For continuous variables with joint density,
Key properties
Multiplication rule
Conditional probability can be rearranged into
For sequential models, probabilities along a path multiply. This is the arithmetic behind tree models, default cascades, and Bayesian filtering recursions.
Total probability
If form a partition with positive probabilities, then
The unconditional probability is an average of conditional probabilities over scenarios.
Bayes' rule
This converts prior probabilities and likelihoods into posterior probabilities.
Factorisation under independence
If and are independent and integrable where needed, then
The converse is false in general.
Conditional averages produce unconditional averages
Bertsekas' total expectation theorem says that unconditional averages can be computed by averaging conditional averages:
Worked examples
Example 1: posterior default probability
A borrower has prior default probability . A severe equity drop occurs with probability given default and given no default. Bayes' rule gives
The event is strong evidence, but the posterior is not because the prior default rate is small.
Example 2: conditional law of a terminal price
Under geometric Brownian motion, conditional on ,
The future distribution depends on the current level but not on the path before . That statement uses both conditioning and independent increments.
Example 3: diversification and failed independence
If are i.i.d. with variance , an equally weighted portfolio has variance . If every pair has common correlation , the variance tends to as grows. The independent case diversifies away; the common-factor component does not.
Example 4: total probability in stochastic volatility
Suppose an option price conditional on average variance is . The unconditional price is
This is total probability / total expectation in pricing form: condition on a scenario, price inside the scenario, then average over scenarios.
Common confusions and pitfalls
Where this goes next
- Conditional Expectation: Generalises conditioning from events and random-variable values to sigma-algebras.
- Filtrations and Information: Formalises "past information" so independence of future increments can be stated correctly.
- Brownian Motion: Uses independent increments as a defining axiom.
- Central Limit Theorem: Shows why sums of independent terms become normal after scaling.
- Moment Generating Functions: Independent sums turn into products of MGFs.
References
- Bertsekas, D. P., & Tsitsiklis, J. N. (2008). Introduction to Probability (2nd ed.). Athena Scientific. Ch. 1 §1.3 (Conditional Probability), §1.4 (Total Probability Theorem and Bayes' Rule), §1.5 (Independence), Ch. 2 §2.6 (Conditioning), §2.7 (Independence).