calculation-reference

CFA Level I Quantitative Methods Calculation Guide

Formulas, examples, and calculator workflows for CFA Level I quantitative methods.

TL;DR

Quantitative Methods covers TVM, descriptive statistics, probability, sampling, hypothesis testing, and regression. The fastest study path is to master TVM first, then mean/variance, probability trees, and regression interpretation.

Formula Reference

Expected value

E(X) = sum[p_i x x_i]

Weight each outcome by its probability.

Sample variance

s^2 = sum[(x_i - mean)^2] / (n - 1)

Use n - 1 for sample variance.

Z-score

z = (x - mean) / standard deviation

Standardizes an observation.

Bayes

P(A|B) = P(B|A) x P(A) / P(B)

Useful for updated probabilities after a signal.

BA II Plus Keystrokes

  1. Use DATA and STAT worksheets for mean and standard deviation.
  2. Use STO/RCL for probability tree intermediate values.
  3. Use TVM keys for compounding and discounting.

Worked Example

  • Problem: Outcomes are 5 percent, 9 percent, and 14 percent with probabilities 0.2, 0.5, and 0.3.
  • Expected return = 0.2 x 5 + 0.5 x 9 + 0.3 x 14 = 9.7 percent.
  • Store each product before summing if doing this under time pressure.

Common Mistakes

  • Using sample standard deviation when the question asks for population standard deviation.
  • Not checking whether probability weights sum to 1.
  • Mixing decimals and percentages.

Related Guides