top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S7-SA3-0032

What is Standard Deviation of a Random Variable?

Grade Level:

Class 12

AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics

Definition
What is it?

The Standard Deviation of a Random Variable tells us how much, on average, the values of a random variable are spread out from its Mean (average value). A small standard deviation means values are close to the mean, while a large one means they are widely spread.

Simple Example
Quick Example

Imagine your favourite cricket team plays 5 matches and scores runs like this: 180, 190, 200, 210, 220. The average (mean) score is 200. The standard deviation would tell us how much these individual match scores typically vary from 200. If the scores were 50, 100, 200, 300, 350, the standard deviation would be much larger because the scores are more spread out from the average.

Worked Example
Step-by-Step

Let's find the Standard Deviation for the number of 'likes' a social media post gets in 5 hours: 10, 12, 8, 15, 10. Assume this is our entire population for simplicity.

1. **Find the Mean (μ):** Add all values and divide by the count. (10 + 12 + 8 + 15 + 10) / 5 = 55 / 5 = 11.

---

2. **Subtract the Mean from each value and square the result:**
(10 - 11)^2 = (-1)^2 = 1
(12 - 11)^2 = (1)^2 = 1
(8 - 11)^2 = (-3)^2 = 9
(15 - 11)^2 = (4)^2 = 16
(10 - 11)^2 = (-1)^2 = 1

---

3. **Find the average of these squared differences (this is the Variance, σ^2):** (1 + 1 + 9 + 16 + 1) / 5 = 28 / 5 = 5.6

---

4. **Take the square root of the Variance to get the Standard Deviation (σ):** sqrt(5.6) approx 2.37

---

**Answer:** The Standard Deviation is approximately 2.37.

Why It Matters

Understanding standard deviation is super important in fields like AI/ML, FinTech, and even Medicine. For example, doctors use it to understand the normal range of blood pressure, while financial analysts use it to measure the risk in stock prices. It helps engineers design safer products and scientists understand climate patterns.

Common Mistakes

MISTAKE: Forgetting to take the square root at the end. | CORRECTION: The Standard Deviation is the square root of the Variance. Always remember this final step to get the correct 'spread' value.

MISTAKE: Confusing population standard deviation with sample standard deviation (dividing by n-1 instead of n). | CORRECTION: For this level, we usually consider the entire 'population' of data, so divide by 'n' (total number of data points). In higher classes, you'll learn about 'n-1' for samples.

MISTAKE: Not squaring the differences from the mean, or making calculation errors with negative numbers. | CORRECTION: Always square (value - mean) before adding them up. Remember, squaring a negative number always gives a positive result.

Practice Questions
Try It Yourself

QUESTION: A vegetable vendor recorded the prices of tomatoes (in Rs per kg) for 4 days: 20, 25, 20, 35. What is the mean price? | ANSWER: (20+25+20+35)/4 = 100/4 = 25 Rs

QUESTION: Using the tomato prices from Q1 (20, 25, 20, 35) and the mean (25), calculate the Variance. | ANSWER: (20-25)^2 + (25-25)^2 + (20-25)^2 + (35-25)^2 = (-5)^2 + 0^2 + (-5)^2 + 10^2 = 25 + 0 + 25 + 100 = 150. Variance = 150/4 = 37.5

QUESTION: What is the Standard Deviation of the tomato prices from Q1 and Q2? (20, 25, 20, 35) | ANSWER: Standard Deviation = sqrt(Variance) = sqrt(37.5) approx 6.12 Rs

MCQ
Quick Quiz

If the Standard Deviation of a set of exam scores is very small, what does it tell us?

Most students scored very high marks.

Most students scored very low marks.

Most students scored marks very close to the average.

The exam was very difficult.

The Correct Answer Is:

C

A small standard deviation means the data points are clustered closely around the mean. So, most students' scores were similar to the average score. It doesn't tell us if scores were high or low, only how spread out they were.

Real World Connection
In the Real World

In India, companies like Swiggy or Zomato use standard deviation to analyze delivery times. If the standard deviation of delivery times for a restaurant is very high, it means their delivery times are inconsistent – sometimes fast, sometimes very slow. A low standard deviation means they are consistent, which makes customers happy!

Key Vocabulary
Key Terms

MEAN: The average of a set of numbers. | VARIANCE: The average of the squared differences from the Mean. | RANDOM VARIABLE: A variable whose value is determined by the outcome of a random event. | SPREAD: How far apart the values in a dataset are.

What's Next
What to Learn Next

Great job understanding Standard Deviation! Next, you should explore 'Probability Distributions'. Knowing how data is spread helps you understand the 'shape' of these distributions, which is key to predicting future outcomes in many real-world situations.

bottom of page