Discover how dispersion measures such as range, variance, and standard deviation quantify the spread of returns and help gauge risk in investment analysis.
When we talk about how to measure the “scatter” or “spread” of investment returns, we’re talking about measures of dispersion. You know, the more widely your returns vary, the riskier (and sometimes the more exciting) your investment might feel. If you recall from Section 3.1 on Measures of Central Tendency, we covered how to figure out the “center” of the data (e.g., mean or median). Well, that’s only part of the picture. Dispersion picks up where central tendency leaves off—it shows how far a data point might “wander” from that center on average.
In finance, we often equate dispersion with risk. A portfolio whose returns swing dramatically from month to month is typically viewed as riskier than one that plods along with stable results. This link is so ingrained in practice that standard deviation is frequently referred to as a measure of “volatility” and is used as a proxy for total risk. But standard deviation isn’t the only game in town. In this section, we’ll introduce the range, variance, and standard deviation as core tools to gauge how unpredictable your returns might be.
If you’re just starting out with the concept of dispersion, the range is the easiest measure to wrap your head around. Simply take the maximum value in your dataset (say, the highest monthly return in a given period) and subtract the minimum value (the lowest monthly return). That difference is your range.
• Formulaically, for a sample of returns R₁, R₂, …, Rₙ:
Range = (Max(Rᵢ) − Min(Rᵢ)), for i=1…n.
If you had monthly returns over a year like −5%, 2%, 7%, 10%, and 12%, you’d see the max is 12%, the min is −5%, and the range is 17 percentage points.
Despite being super intuitive, the range can cause a bit of trouble if you have outliers (extreme values). One very large or very small outlier might drastically increase your range, even if the rest of the data is tightly clustered. In equity markets, for instance, a single severe market crash in your dataset can blow up the range. So while it’s a quick go-to metric, the range by itself often fails to paint a thorough picture of overall dispersion in finance.
If you’re dealing with big data sets in finance, or you’re trying to be more precise about how far results deviate from the mean, variance is your friend. Variance is the average of the squared differences between each data point and the mean. Yes, we square the differences. That’s to ensure negative deviations count the same as positive deviations while also emphasizing larger deviations (since bigger differences get squared into even bigger numbers).
When you have an entire population of returns—say, you’re analyzing all daily returns of a particular market index over a known, complete timeframe—you can use:
(1) σ² = ( 1 / N ) ∑(Rᵢ − μ)²
where:
• Rᵢ is the ith return in the population,
• μ is the population mean,
• N is the total number of observations (the population size).
However, in practice we often only have a sample (for instance, you’re using 10 years of monthly equity returns to gauge the entire set of “possible” returns for an asset). In this situation, the sample variance adjusts the denominator to (n − 1) to make the estimate unbiased:
(2) s² = ( 1 / (n − 1) ) ∑(Rᵢ − ȳ)²
where:
• Rᵢ is the ith return in the sample,
• ȳ is the sample mean,
• n is the sample size.
You might be wondering, “Why do we bother with n − 1, anyway?” Well, it ensures that on average, s² accurately represents the true population variance—n − 1 corrects for the fact that we used the sample mean ȳ (which itself is an estimate, not the true mean μ).
• Emphasizes Large Deviations: Squaring the differences from the mean magnifies extreme events (e.g., large losses or gains). That can be either good news or bad news in finance, depending on your perspective. It’s good because large outliers (like a sudden market collapse) get extra attention, but it might also exaggerate the perception of risk if the distribution has lots of big single-day price moves.
• Foundation of Other Measures: If you’re reading ahead in the curriculum, variance is a building block for many other models (like portfolio variance in Chapter 5 on Portfolio Mathematics, or advanced time-series volatility calculations in Chapter 12).
Variance is mathematically beautiful, but it’s in squared units—if your returns are in percentages, the variance is in “percentage squared” (which, let’s be honest, isn’t super intuitive). The standard deviation (σ for a population or s for a sample) is just the square root of that variance, bringing you back to the original units.
• Population Standard Deviation: σ = √σ².
• Sample Standard Deviation: s = √s².
It’s that simple. But the importance of standard deviation in finance can’t be overstated. We often label standard deviation of returns as “volatility,” a measure of how widely returns can fluctuate. A standard deviation of 2% monthly returns might be seen as mild or moderate for some equity portfolios, while 8% might be considered extremely volatile—it all depends on the context and the asset class you’re dealing with.
In many risk management frameworks, the assumption is that returns follow a (approximately) normal distribution, and thus about 68% of returns fall within ±1 standard deviation of the mean, about 95% within ±2 standard deviations, etc. But watch out—real-world returns can be skewed or exhibit fat tails (kurtosis), so standard deviation won’t always capture everything that’s happening with your distribution. Nevertheless, it remains a cornerstone of performance and risk analysis.
Let’s try something a bit more tangible. Suppose:
• An equity fund has annual returns: 10%, −5%, 20%, −2%, and 15%.
• A bond fund has annual returns: 5%, 3%, 4%, 6%, and 5%.
At first glance, the equity fund’s mean return might look better, but let’s see how their standard deviations differ.
Equity Fund
Bond Fund
From a quick glance, the bond fund’s returns are much more clustered around its mean than the equity fund’s returns are around theirs. So, we’ll likely see a lower standard deviation for the bond fund, indicating less volatility.
flowchart TB A["Collect Return Data"] B["Compute Mean <br/>(Population or Sample)"] C["Obtain Deviations <br/>(Data - Mean)"] D["Square Each Deviation"] E["Sum Squared Deviations"] F["Divide by N or (n-1)"] G["Variance (σ² or s²)"] H["Take Square Root → Standard Deviation (σ or s)"] A --> B B --> C C --> D D --> E E --> F F --> G G --> H
This flow applies whether you’re dealing with daily returns, monthly returns, or any other frequency. Just remember the difference between using N (for population) vs. (n−1) (for sample).
Risk Interpretation
Investors often talk about risk as “How badly might this thing blow up, and how likely is that to happen?” Standard deviation offers a neat starting point, though it’s not the whole story. If you’re using standard deviation to measure risk in a portfolio, you’ll likely combine it with other tools (e.g., correlation or Value at Risk).
Comparing Asset Classes
Sometimes, in Chapters 3.4 and 3.5, you’ll see how correlation or covariance matter in combining assets. But the standalone measure of standard deviation (or variance) is often used to see if you’re dealing with high-volatility, high-risk assets (e.g., emerging market equities) versus lower-volatility, presumably lower-risk assets (e.g., certain types of government bonds).
Portfolio Construction & Diversification
By blending assets whose returns don’t move in perfect sync, you reduce overall variance. The math of how that works—using covariances—will be tackled in Chapter 5, but it’s all built on the fundamental notion of measuring variance and standard deviation in each asset class.
If returns were guaranteed to be normally distributed, standard deviation would be a perfect risk measure. Life doesn’t always give us normal distributions, though. You might see:
These phenomena can distort how well standard deviation captures the true “risk.” That’s why you’ll often see disclaimers like “Past performance is not necessarily indicative of future results” or warnings that “returns can exhibit significant deviations from normal assumptions.” In short, standard deviation is essential, but it’s only one of many lenses needed to assess risk thoroughly.
• Don’t Overlook Sample Size: If your sample is too small, your sample variance or standard deviation might not represent the true underlying distribution. And obviously, the smaller your sample, the bigger the potential for error.
• Watch Out for Outliers: Large outliers can dramatically increase variance and standard deviation. Sometimes it makes sense to investigate them separately or use robust measures of dispersion (not covered here but worth noting).
• Population vs. Sample: Using the wrong denominator (N instead of n−1) can bias your results. In exam contexts, watch for the question to specify “population” or “sample” data.
• Misinterpretation of Range: The range is handy but can be misleading if you rely on it alone for risk assessment.
• Normal Distribution Assumptions: Many financial models rely on normality. Always be aware that real-world returns can deviate significantly from symmetrical bell curves.
One of my professors—the person who first taught me about standard deviation—once joked, “If you’re only using standard deviation to measure risk, it’s like driving a car with one eye covered.” At the time, I thought, wow, that’s dramatic. But I’ve found it helpful to remember that standard deviation, while critical, can’t see everything. It’s a big piece of the puzzle, but it’s not the entire jigsaw when trying to measure the complexities of real-world markets. Maybe that’s a slight understatement—most of the time, standard deviation works great as a ballpark measure. But for advanced or more nuanced risk analyses, you’ll incorporate skewness, kurtosis, scenario analysis, or even advanced simulation techniques (which you’ll find in Chapters 6 and 13).
Anyway, take standard deviation seriously, but never forget there’s more to the story of risk.
To see how you might quickly compute variance and standard deviation in Python for a set of returns, you can do something like this:
1import numpy as np
2
3returns = [0.07, -0.05, 0.10, 0.12, -0.02] # 5 returns
4mean_return = np.mean(returns)
5
6sample_variance = np.var(returns, ddof=1) # ddof=1 uses n-1 in the denominator
7sample_std_dev = np.std(returns, ddof=1)
8
9print(f"Mean Return: {mean_return:.2%}")
10print(f"Sample Variance: {sample_variance:.4f}")
11print(f"Sample Standard Deviation: {sample_std_dev:.4f}")
Here, “ddof=1” ensures you use the sample variance rather than the population variance. It’s an easy way to confirm the formulas covered in the text.
For the CFA® Level I exam—especially in the Quantitative Methods sections—you’ll likely be tested on:
When you progress to Level II and Level III, these concepts form the bedrock of both portfolio variance calculations and advanced topics like factor models, Value at Risk (VaR), and parametric vs. non-parametric risk measures.
Time management is crucial in the exam. Often, you’ll see multiple questions about means, standard deviations, and variances in item sets. Don’t find yourself recalculating everything from scratch five times. Understand the formulas, organize your approach, and be systematic.
• CFA Institute Level I Curriculum, Quantitative Methods: “Statistical Concepts and Market Returns”
• Quantitative Investment Analysis by DeFusco, McLeavey, Pinto, and Runkle
• Statistics for Business and Economics by Newbold, Carlson, and Thorne
• Chapter 5 (Portfolio Mathematics) for deeper insights on how variances combine to form portfolio risk.
• Chapter 6 (Simulation Methods) for alternative ways to capture risk beyond standard deviation.
Important Notice: FinancialAnalystGuide.com provides supplemental CFA study materials, including mock exams, sample exam questions, and other practice resources to aid your exam preparation. These resources are not affiliated with or endorsed by the CFA Institute. CFA® and Chartered Financial Analyst® are registered trademarks owned exclusively by CFA Institute. Our content is independent, and we do not guarantee exam success. CFA Institute does not endorse, promote, or warrant the accuracy or quality of our products.