πŸ“Š Standard Deviation

When we study data, knowing the average (mean) is not enough.

We also need to know how much the data values vary from the average.

The measure that tells us how spread out values are around the mean is called the Standard Deviation.

🎯 What Does Standard Deviation Measure?

Standard deviation measures:

On average, how far data values are from the mean.
  • Small standard deviation β†’ Values are close to the mean
  • Large standard deviation β†’ Values are widely spread out

πŸ“ Example Dataset

Consider four test scores:

75, 80, 85, 80

Step 1 β€” Find the Mean

Mean = (75 + 80 + 85 + 80) Γ· 4 = 80

Now we want to measure how far each score is from the mean.

πŸ“ Step 2 β€” Find Deviations from Mean

Score Deviation from Mean (Score βˆ’ Mean)
75βˆ’5
800
85+5
800

Some deviations are negative and some positive.

If we simply average them, they cancel out and give zero.

❌ Why Not Use Absolute Values?

We could take absolute values:

|βˆ’5| = 5, |0| = 0, |5| = 5, |0| = 0

Average absolute deviation = (5 + 0 + 5 + 0) Γ· 4 = 2.5

This works, but absolute value creates mathematical difficulties in advanced calculations.

βœ… Better Method: Square the Deviations

Instead of absolute values, we square each deviation.

Deviation Squared Deviation
βˆ’525
00
525
00

Now average the squared deviations:

(25 + 0 + 25 + 0) Γ· 4 = 12.5

This value is called the Variance.

πŸ“‰ From Variance to Standard Deviation

Variance is useful, but its units are squared.

If scores are in marks, variance is in marksΒ², which is hard to interpret.

To fix this, we take the square root of variance.

Standard Deviation = √Variance
= √12.5 β‰ˆ 3.54

Now the units return to normal marks.

🧠 Conceptual Meaning

Standard deviation tells us the typical distance of data values from the mean.

Here it means scores typically vary about 3.5 marks from the average score of 80.

πŸ“Š Comparing Spread Using Standard Deviation

Class A Scores

78, 79, 80, 81, 82

Class B Scores

60, 70, 80, 90, 100

Both classes have mean = 80

  • Class A β†’ Small standard deviation (scores close together)
  • Class B β†’ Large standard deviation (scores widely spread)
Same average but different variability.

πŸ“˜ Why Divide by (n βˆ’ 1) Instead of n?

When data is a sample (not the whole population), we divide by (n βˆ’ 1).

πŸ’‘ Conceptual Idea: Degrees of Freedom

If we know the sample mean, not all values are free to vary.

Example: If the mean of 4 numbers is 80 and first three are known, the last number is fixed.

So only (n βˆ’ 1) values are truly free to vary.

This correction makes the standard deviation more accurate.

🌍 Real-Life Uses of Standard Deviation

  • πŸ“Š Exam performance analysis
  • πŸ’Ή Stock market risk measurement
  • 🏭 Quality control in factories
  • 🌑️ Weather variability studies
  • πŸƒ Sports performance consistency

πŸ“Œ Quick Summary of Formulas

Variance (Sample)

Average of squared deviations from mean

Standard Deviation (Sample)

Square root of variance

You do not need to memorize formulas β€” focus on understanding the concept.

🧠 Key Takeaways

  • Standard deviation measures spread of data
  • It shows typical distance from the mean
  • Small SD β†’ consistent data
  • Large SD β†’ highly variable data
  • It is widely used in science, business, and research
Standard deviation helps us understand how consistent or variable data values are.