Skip to main content
← Back to C Definitions

Credential

What Is Standard Deviation?

Standard deviation is a statistical measure that quantifies the amount of dispersion or variability in a set of data points. It is a widely used metric in quantitative finance to assess the risk of an investment, such as a stock or a portfolio of assets. A low standard deviation indicates that the data points tend to be close to the mean (also known as the average) of the set, while a high standard deviation indicates that the data points are spread out over a wider range. In the context of financial markets, standard deviation is a key component of investment performance analysis, providing insight into the degree of fluctuation an investment has experienced.

History and Origin

The concept of standard deviation was introduced by Karl Pearson in 1894. He used the term in his paper "On the Dissection of Asymmetrical Frequency Curves," published in the Philosophical Transactions of the Royal Society of London.10, 11, 12 Pearson's work aimed to dissect complex, asymmetrical frequency curves into simpler, underlying normal components, and the standard deviation proved to be a crucial tool in this statistical endeavor.9 Prior to Pearson's formal introduction, related concepts of dispersion were explored by statisticians like Francis Galton, but Pearson's definition and consistent use solidified its place as a fundamental statistical measure.

Key Takeaways

  • Standard deviation measures the dispersion of a data set relative to its mean.
  • In finance, it is a common measure of investment volatility and risk.
  • A higher standard deviation implies greater price fluctuation and potentially higher risk.
  • It is a core component of portfolio theory and risk management.
  • Standard deviation assumes that investment returns are normally distributed, which is often a simplification in real financial markets.

Formula and Calculation

The standard deviation is calculated as the square root of the variance of a data set. For a sample, the formula is:

s=i=1n(xixˉ)2n1s = \sqrt{\frac{\sum_{i=1}^{n} (x_i - \bar{x})^2}{n-1}}

Where:

  • (s) = Sample standard deviation
  • (x_i) = Each individual data point (e.g., individual daily returns)
  • (\bar{x}) = The arithmetic mean of the data set (e.g., average daily return)
  • (n) = The number of data points in the sample

For a population, the denominator would be (n) instead of (n-1). In financial analysis, the sample standard deviation is typically used when analyzing historical returns.

Interpreting the Standard Deviation

Interpreting standard deviation in finance involves understanding that it represents the typical deviation of an investment's returns from its average return. For instance, if a stock has an average annual return of 10% and a standard deviation of 15%, it suggests that its annual returns typically fluctuate by about 15% above or below the 10% average. Therefore, approximately two-thirds of its annual returns would fall between -5% (10% - 15%) and 25% (10% + 15%), assuming a bell curve distribution. A higher standard deviation indicates greater price swings, which implies higher portfolio volatility. This measure helps investors gauge the level of uncertainty associated with an investment and is crucial for data analysis in financial markets.

Hypothetical Example

Consider two hypothetical portfolios, Portfolio A and Portfolio B, over five years.

Portfolio A Annual Returns: 8%, 12%, 10%, 9%, 11%
Portfolio B Annual Returns: -5%, 25%, 15%, 2%, 13%

Step 1: Calculate the Mean (Average) Return for each portfolio.

  • Mean for Portfolio A ((\bar{x}_A)): ((8+12+10+9+11)/5 = 50/5 = 10%)
  • Mean for Portfolio B ((\bar{x}_B)): ((-5+25+15+2+13)/5 = 50/5 = 10%)

Step 2: Calculate the difference of each return from the mean, and square it.

  • Portfolio A:

    • ((8-10)2 = (-2)2 = 4)
    • ((12-10)2 = (2)2 = 4)
    • ((10-10)2 = (0)2 = 0)
    • ((9-10)2 = (-1)2 = 1)
    • ((11-10)2 = (1)2 = 1)
    • Sum of squared differences ((\sum (x_i - \bar{x})^2)) for A = (4+4+0+1+1 = 10)
  • Portfolio B:

    • ((-5-10)2 = (-15)2 = 225)
    • ((25-10)2 = (15)2 = 225)
    • ((15-10)2 = (5)2 = 25)
    • ((2-10)2 = (-8)2 = 64)
    • ((13-10)2 = (3)2 = 9)
    • Sum of squared differences for B = (225+225+25+64+9 = 548)

Step 3: Calculate the variance (divide by n-1).

  • Variance for Portfolio A: (10 / (5-1) = 10/4 = 2.5)
  • Variance for Portfolio B: (548 / (5-1) = 548/4 = 137)

Step 4: Calculate the standard deviation (square root of variance).

  • Standard Deviation for Portfolio A: (\sqrt{2.5} \approx 1.58%)
  • Standard Deviation for Portfolio B: (\sqrt{137} \approx 11.70%)

Despite both portfolios having the same average return, Portfolio B has a significantly higher standard deviation, indicating much greater fluctuation in its returns and, consequently, higher risk. This helps illustrate how standard deviation provides a clear measure of investment risk.

Practical Applications

Standard deviation is a foundational metric with numerous practical applications in finance:

  • Portfolio Theory: It is a core input in Modern Portfolio Theory (MPT), helping investors construct diversified portfolios that optimize return for a given level of risk. Diversification aims to reduce overall portfolio standard deviation without sacrificing expected returns.
  • Risk Assessment: Financial analysts and investors use standard deviation to quantify the historical volatility of individual securities, funds, or market indices like the S&P 500.4, 5, 6, 7, 8 For instance, the Federal Reserve Bank of St. Louis provides historical data for various indices, which can be used to calculate past volatility.3
  • Performance Evaluation: It helps compare the risk-adjusted returns of different investments. An investment with a higher return but also a much higher standard deviation might not be considered superior if the investor's risk tolerance is low.
  • Asset Allocation: Standard deviation guides strategic asset allocation decisions by providing a quantitative measure of the risk contribution of different asset classes.
  • Regulatory Reporting: While not always directly mandated as "standard deviation," the underlying concept of measuring and disclosing volatility is crucial for regulatory bodies like the SEC, which require investment funds to clearly communicate risks to investors. The New York Times has reported on how investors often grapple with understanding such risk measurements.2

Limitations and Criticisms

Despite its widespread use, standard deviation has several limitations, particularly in the complex world of financial markets:

  • Assumption of Normal Distribution: Standard deviation assumes that returns are normally distributed, forming a symmetrical bell curve. However, financial returns often exhibit "fat tails" (more extreme positive and negative events than a normal distribution would predict) and skewness (asymmetrical distribution). This means rare, significant market movements are often underestimated. Research Affiliates, a quantitative asset management firm, has published on the inadequacy of standard deviation as a sole risk measure, highlighting these distribution issues.1
  • Treats Upside and Downside Equally: Standard deviation does not distinguish between positive and negative deviations from the mean. A large positive fluctuation (upside volatility) is treated the same as a large negative fluctuation (downside volatility), even though investors typically view them differently.
  • Historical Bias: Standard deviation is calculated using historical data, and past performance is not indicative of future results. Market conditions can change rapidly, rendering historical volatility a less reliable predictor of future risk.
  • Single Measure Limitation: Relying solely on standard deviation can provide an incomplete picture of risk. Other risk measures, such as value-at-risk (VaR), beta, and maximum drawdown, provide additional dimensions to risk assessment.

Standard Deviation vs. Variance

While closely related, standard deviation and variance serve distinct purposes and are often confused.

FeatureStandard DeviationVariance
DefinitionThe square root of the variance.The average of the squared differences from the mean.
UnitsExpressed in the same units as the original data (e.g., %).Expressed in squared units (e.g., %²).
InterpretabilityEasier to interpret as it's in original units.Less intuitive due to squared units.
UsagePrimary measure of volatility/risk for reporting.Intermediate step in calculating standard deviation; used in some advanced statistical models.

Standard deviation provides a more intuitive understanding of how spread out data points are because it is expressed in the same units as the original data. Variance, while mathematically crucial for its calculation and for applications in statistical analysis like ANOVA, is less directly interpretable in real-world terms for investors due to its squared units.

FAQs

How is standard deviation used in investing?

In investing, standard deviation is primarily used to measure the historical volatility of an investment or portfolio. A higher standard deviation indicates greater price swings and, therefore, higher perceived risk. It helps investors understand the potential range of returns they might expect.

Can standard deviation predict future returns?

No, standard deviation is a backward-looking measure based on historical data. While it quantifies past investment performance volatility, it cannot guarantee or predict future returns or volatility. Market conditions are dynamic, and past trends may not continue.

Is a high standard deviation always bad?

Not necessarily. A high standard deviation means higher volatility, which implies greater risk. However, it also means there's a potential for higher returns. For investors with a higher risk tolerance, a higher standard deviation might be acceptable if it's accompanied by the potential for greater expected return.

What is a "good" standard deviation for a stock?

There isn't a universally "good" standard deviation, as it depends on the investor's goals, risk capacity, and the specific asset class. Growth stocks typically have higher standard deviations than more stable value stocks or bonds. Investors often compare an investment's standard deviation to that of its peers or a relevant market index to gauge its relative volatility.

AI Financial Advisor

Get personalized investment advice

  • AI-powered portfolio analysis
  • Smart rebalancing recommendations
  • Risk assessment & management
  • Tax-efficient strategies

Used by 30,000+ investors