Probability concepts
In this chapter: Conditional and joint probability · Bayes' theorem in financial contexts · Expected value, variance, covariance, correlation
Probability quantifies uncertainty. Every investment decision is implicitly a probability statement — you bet that an outcome is likely enough to justify the price. CFA tests probability formally because most retail investors (and many professionals) reason about probability poorly. Master conditional probability and Bayes' theorem here, and you'll spot the cognitive errors that separate sophisticated investors from naive ones.
Three building blocks: • Joint probability P(A and B): both events occur. If independent: P(A and B) = P(A) × P(B). • Conditional probability P(A | B): A occurs given B has occurred. Defined as P(A and B) / P(B). • Independent events: P(A | B) = P(A). Knowing B doesn't change the probability of A. Bayes' theorem updates probability based on new information: P(A | B) = P(B | A) × P(A) / P(B) It looks abstract but it's the most useful formula in applied probability — let me show you why.
Expected value (mean): E[X] = Σ x_i × P(x_i) For a stock: weighted average of possible returns × probabilities. Variance: σ² = Σ (x_i − E[X])² × P(x_i) Standard deviation: σ = √σ² Covariance — how two variables move together: Cov(X, Y) = Σ (x_i − E[X]) × (y_i − E[Y]) × P(x_i, y_i) Correlation: ρ(X, Y) = Cov(X, Y) / (σ_X × σ_Y), bounded between −1 and +1. Portfolio variance with two assets: σ²_p = w_A² σ_A² + w_B² σ_B² + 2 w_A w_B Cov(A, B) = w_A² σ_A² + w_B² σ_B² + 2 w_A w_B σ_A σ_B ρ_{AB} The key insight: when ρ < 1, portfolio variance is less than the weighted average of individual variances. Diversification works. Worked: Asset A has SD 18%, Asset B has SD 4%, correlation 0.1, weights 60%/40%: σ²_p = 0.6² × 0.18² + 0.4² × 0.04² + 2 × 0.6 × 0.4 × 0.18 × 0.04 × 0.1 = 0.0117 + 0.000256 + 0.000346 = 0.0123 σ_p = √0.0123 = 11.1% Compared to weighted average: 0.6 × 18 + 0.4 × 4 = 12.4%. Diversification saved 1.3% of volatility — meaningful.
Bayes' theorem in practice — the most important application: Base rates matter. A 1% base rate of default, with a credit model 90% accurate at flagging defaulters and 5% false positive on non-defaulters: P(default | flagged) = P(flagged | default) × P(default) / P(flagged) = (0.90 × 0.01) / (0.90 × 0.01 + 0.05 × 0.99) = 0.009 / 0.0585 = 15.4% Despite the model flagging the loan, only 15% chance it's actually a default risk. Base rates dominate. This counterintuitive result is why "this fund has beaten the market 7 years in a row" doesn't mean what you think — base rate of luck-based outperformance is high. CFA hammers conditional probability everywhere: prepayment given interest-rate move (fixed income), default given credit rating (credit risk), stock-up given earnings beat (event studies). Master Bayes once and it shows up everywhere.
- CFA Institute Curriculum — Level 1, Quantitative Methods, Reading 3
- SEBI Investor Charter — emphasis on base-rate reasoning in advisory
- Behavioural finance literature — Kahneman & Tversky on representativeness
- Ignoring base rates — focusing on conditional information without the prior probability.
- Confusing P(A | B) with P(B | A) — different probabilities, different answers.
- Treating correlated events as independent — overstates joint probability.
- Using point estimates of expected value without communicating the variance.
- Forgetting that ρ < 1 → diversification benefit, but ρ ≈ 1 → no benefit.
Frequently asked
How do I decide if events are independent?
What's the practical use of correlation in portfolio construction?
What's "Bayesian" thinking?
Practice questions
Click each question to reveal the answer and explanation.
Q 1P(A) = 0.4, P(B) = 0.3, A and B are independent. P(A and B) =- (a)0.10
- (b)0.12
- (c)0.40
- (d)0.70
- (a)0.10
- (b)0.12
- (c)0.40
- (d)0.70
Q 2A coin is flipped 3 times. Probability of exactly 2 heads is:- (a)1/8
- (b)3/8
- (c)1/2
- (d)3/4
- (a)1/8
- (b)3/8
- (c)1/2
- (d)3/4
Q 3Two assets have SDs 20% and 10%, correlation 0.5. Equal-weighted portfolio variance is closest to:- (a)0.0125
- (b)0.0150
- (c)0.0175
- (d)0.0250
- (a)0.0125
- (b)0.0150
- (c)0.0175
- (d)0.0250
Q 4P(A | B) = 0.6, P(B) = 0.4. P(A and B) =- (a)0.10
- (b)0.16
- (c)0.24
- (d)0.40
- (a)0.10
- (b)0.16
- (c)0.24
- (d)0.40
Q 5A test for fraud has 95% sensitivity (correctly flags fraud) and 5% false-positive rate. Base rate of fraud is 1%. If a transaction is flagged, probability it's actually fraud is closest to:- (a)16%
- (b)50%
- (c)90%
- (d)95%
- (a)16%
- (b)50%
- (c)90%
- (d)95%
Q 6For a portfolio, lower correlation between assets:- (a)Always increases expected return
- (b)Reduces portfolio volatility for given weights
- (c)Eliminates all risk
- (d)Has no effect
- (a)Always increases expected return
- (b)Reduces portfolio volatility for given weights
- (c)Eliminates all risk
- (d)Has no effect