Conditional probability and independence
▸ Pretest — guess, even if you don't know
SPY fell yesterday. Historically SPY falls on about 46% of all days. What's the best statement about today's probability of a down day?
The question conditioning answers
Every trading idea of the form "when X happens, Y tends to follow" is a claim about conditional probability: the probability of given that happened.
Read it as bookkeeping, not magic: throw away every outcome where didn't happen, then ask how often occurs in what's left. You're re-normalizing probabilities to a smaller sample space.
Concrete example. Suppose over 5,000 trading days, 2,300 were down days (). Now look only at the 2,300 days that followed a down day, and suppose 1,081 of them were also down. Then:
Yesterday's fall moved today's odds from 46% to 47% — almost nothing. This is roughly what real daily index data looks like: the sign of yesterday's return tells you very little about the sign of today's. (Magnitudes are another story — hold that thought.)
Independence
Two events are independent when conditioning changes nothing:
The product form is the standard definition (it works even when ), but the conditional form is the intuition: knowing happened teaches you nothing about .
Two things developers often get backwards:
- Independence is an empirical property, not a default. Whether daily returns are independent is a fact about markets you must check, not an axiom you get for free.
- Independent ≠ mutually exclusive. Mutually exclusive events are maximally dependent: if one happened, the other's probability drops to zero.
Why the √252 rule is secretly an independence assumption
In A1-04 and A2-02 you annualized volatility by multiplying daily volatility by . That rested on variances adding across days:
Independence is what kills those cross terms. If returns were positively autocorrelated (down days breeding down days), true annual volatility would be larger than — the rule would understate risk.
The honest empirical picture for daily equity index returns:
- Return signs and levels: close to independent. Autocorrelation of daily returns is near zero. This is why the √252 rule works as well as it does.
- Return magnitudes: emphatically NOT independent. Big-move days follow big-move days — the volatility clustering from A2-02. Squared returns are strongly autocorrelated even when returns themselves aren't.
So "returns are independent" is a decent approximation for scaling volatility across time, and a terrible one for predicting how volatile tomorrow will be.
The inversion trap
The single most common conditional-probability error is confusing with . They can be wildly different, because each conditions on a different base rate.
Markets version: nearly every crash was preceded by elevated volatility, so is close to 1. Does high volatility mean a crash is coming? That's the other conditional, — and it's small, because high-vol periods are common and crashes are rare. The rarity of crashes (the base rate) drags the inverted probability down.
Every "this indicator preceded the last 5 crashes" pitch you will ever read commits this inversion. The next lesson (Bayes' theorem) gives you the formula that converts one conditional into the other — and the base rate is the price of conversion.
Conditional is not causal
says the events co-occur more than chance. It does not say causes . Conditioning on "the VIX is high" raises the probability of a turbulent week ahead, but the VIX causes nothing — it's a barometer, not the weather. Both are driven by the same underlying stress. Statistical dependence is symmetric ( informs exactly as much as informs ); causation is not.
For trading this distinction is surprisingly forgiving in one way and brutal in another: you can profit from a stable conditional relationship without understanding its cause — but relationships without a causal anchor are exactly the ones that vanish when the regime changes.
⧉ Review cardWhat is the definition of conditional probability?
⧉ Review cardWhen are two events independent?
⧉ Review cardWhy does the √252 volatility annualization rule require independence?
⧉ Review cardWhat is the inversion trap with conditional probabilities?
Explain it back
Without scrolling up, explain to an imaginary colleague in 2–3 sentences: what does mean mechanically, and in what specific sense are daily stock returns independent versus not independent?
◈ Calibration check
Could you compute a conditional probability from a table of counts, and state what independence means formally?
1 = guessing · 5 = could teach it
⏻ End of lesson
Mark it read to book its 4 review cards into your deck.
Sources & further reading
- bookRoss (2014), Introduction to Probability Models, 11e — §3
- bookWasserman (2004), All of Statistics — §1, 2