๐Ÿ“‰ Statistics Basics

Standard Deviation Explained

Understand how spread out your data really is โ€” with clear examples, formulas, and real-world context.


๐Ÿ• 10 min read  |  Class 9โ€“12  |  FBISE ยท CBSE ยท IGCSE ยท O-Levels ยท IB

Two students both scored a mean of 70 in their exams. One scored 68, 70, 72, 69, 71 โ€” nearly the same every time. The other scored 40, 90, 55, 95, 60 โ€” wildly different each attempt. The mean tells you nothing about that difference. Standard deviation does. It measures how much the values in a data set spread out from their mean. A small standard deviation means values cluster tightly together; a large one means they're scattered widely.

What Is Standard Deviation?

Standard deviation (denoted ฯƒ for a population and s for a sample) is the square root of the average squared distance of each data point from the mean. It is the most widely used measure of spread or dispersion in statistics.

Population SD: ฯƒ = โˆš[ ฮฃ(x โˆ’ ฮผ)ยฒ / N ]

Sample SD: s = โˆš[ ฮฃ(x โˆ’ xฬ„)ยฒ / (n โˆ’ 1) ]

For most school-level problems (FBISE, IGCSE, O-Levels), you will use the population formula unless explicitly told you have a sample. The key steps are always the same: find the mean, find each deviation, square them, average those squares, then take the square root.

Step-by-Step Example

A class of five students scored: 4, 7, 13, 2, 9 in a quiz out of 15. Find the standard deviation.

๐Ÿ“‹ Calculating Standard Deviation
1

Find the mean:

xฬ„ = (4 + 7 + 13 + 2 + 9) รท 5 = 35 รท 5 = 7
2

Find each deviation from the mean (x โˆ’ xฬ„):

4โˆ’7=โˆ’3 | 7โˆ’7=0 | 13โˆ’7=6 | 2โˆ’7=โˆ’5 | 9โˆ’7=2
3

Square each deviation (x โˆ’ xฬ„)ยฒ:

9 | 0 | 36 | 25 | 4
4

Find the mean of squared deviations (variance):

ฮฃ(xโˆ’xฬ„)ยฒ = 9+0+36+25+4 = 74  โ†’  74 รท 5 = 14.8
5

Take the square root:

ฯƒ = โˆš14.8 โ‰ˆ 3.85

The standard deviation is approximately 3.85. This means scores typically differ from the mean of 7 by about 3.85 marks.

What Does the Value Actually Mean?

Standard deviation is expressed in the same units as your original data. If you measured heights in centimetres, your SD is in centimetres. This makes it directly interpretable: an SD of 3.85 marks means a typical quiz score is roughly 3โ€“4 marks away from the mean in either direction.

๐Ÿ’ก The 68-95-99.7 Rule: For data that follows a normal (bell-curve) distribution, approximately 68% of values fall within 1 SD of the mean, 95% within 2 SDs, and 99.7% within 3 SDs. This rule appears frequently in IB and A-Level syllabi.

Real-Life Applications

  • ๐Ÿญ
    Manufacturing quality control: A factory producing bolts checks that the diameter's SD is tiny โ€” a high SD means inconsistent, defective products.
  • ๐Ÿ’น
    Finance and investment: The "risk" of a stock is measured by the SD of its daily returns. Higher SD = higher volatility = higher risk.
  • ๐Ÿฅ
    Medicine: Clinical trials compare SDs of patient outcomes to judge how consistently a treatment works across different patients.
  • ๐ŸŽ“
    Education: When a teacher says the test was "too easy" or "too hard," they are often noticing that the SD is unusually small (everyone scored similarly) or large (scores were all over the place).

Common Mistakes Students Make

โš ๏ธ Forgetting to square the deviations. Unsquared deviations always sum to zero โ€” you'd get ฯƒ = 0 for every data set if you skip squaring.
โš ๏ธ Using n โˆ’ 1 when the question says population. School-level questions almost always give you the whole population (e.g., "five students"). Use n, not n โˆ’ 1, unless the question says "sample."
โš ๏ธ Not taking the square root at the end. Many students stop at variance and report that as SD. Always complete the final โˆš step.
โš ๏ธ Confusing standard deviation with range. Range only uses two values (max โˆ’ min). SD uses every value in the data set and is a far more informative measure of spread.

Frequently Asked Questions

No. Because deviations are squared before averaging, the variance is always โ‰ฅ 0. The square root of a non-negative number is also โ‰ฅ 0. An SD of 0 means every value in the data set is exactly the same.
Variance is the average of squared deviations (step 4 in the calculation). Standard deviation is simply the square root of variance. SD is preferred for interpretation because it is in the same units as the original data.
Generally no โ€” FBISE and O-Level syllabi focus on the population formula. However, IB students (especially HL) should understand the distinction between ฯƒ and s.
Mean absolute deviation (MAD) averages the absolute (not squared) deviations. SD penalises large deviations more heavily because of squaring, making it more sensitive to outliers. SD is more commonly used in formal statistics.

Try the Standard Deviation Calculator

Skip the tedious arithmetic. Our free calculator computes standard deviation (and variance) instantly, showing every working step so you can follow along and learn the method.

๐Ÿงฎ Open the Calculator โ†’