Standard Deviation is an essential statistical measure that quantifies the degree of variation or dispersion in a set of data values. Whether you're dealing with a small sample or a large population, understanding and calculating standard deviation is fundamental in statistics.
Standard deviation, often represented by the Greek letter sigma (σ) for a population or "s" for a sample, measures the spread of data points around the mean. In simpler terms, it tells you how much the data deviates from the average.
In statistical terms, Standard Deviation is defined as the square root of the variance. It gives insight into the reliability and variability of data. A low standard reveals that the data points are closely clustered around the mean, while a high standard deviation suggests a wide range of values.
Standard deviation plays a vital role in fields such as finance, economics, and the natural sciences. It helps in assessing risk, comparing datasets, and making informed decisions based on data variability.
The standard deviation can be determined using the following formulas:
For a Population:
For a Sample:
Where:
Let’s walk through an example to find the standard deviation for a dataset.
Suppose we have the following data: 4, 8, 6, 5, 3.
Step 1: Calculate the mean:
Step 2: Subtract the mean from each data point and then square the resulting difference:
(4 – 5.2)2, (8 – 5.2)2, (6 – 5.2)2, (5 – 5.2)2, (3 – 5.2)2
Step 3: Find the variance (mean of squared differences):
Step 4: Compute square root of the variance:
For grouped data, the process involves a weighted approach. Here’s a brief outline:
In binomial distribution, the standard deviation can be calculated using:
Where:
This formula helps in understanding the spread of binomial outcomes.
Example 1: Determine the standard deviation for the following data: 2, 4, 4, 6, 8, 10.
Solution:
Example 2: Consider the following set of data representing the number of hours studied by 5 students for an exam: Data: 4, 8, 6, 5, 3
Solution:
Step 1: Calculate the Mean
First, find the mean (average) of the data.
Step 2: Subtract the Mean and Square the Result
Next, subtract the mean from each data point, then square the result.
(4 – 5.2)2 = (–1.2)2 = 1.44
(8 – 5.2)2 = (2.8) 2 = 7.84
(6 – 5.2)2 = (0.8) 2 = 0.64
(5 – 5.2)2 = (–0.2) 2 = 0.04
(3 – 5.2)2 = (–2.2) 2 = 4.84
Step 3: Find the Variance
Now, calculate the variance by finding the average of these squared differences.
= 2.96
Step 4: Calculate the Standard Deviation
Lastly, find the standard deviation by taking the square root of the variance.
Example 3: Consider a scenario where a researcher is studying the daily temperature fluctuations in a desert over a week. The recorded temperatures (in degrees Celsius) are as follows: 30, 35, 28, 32, 40, 29, 33.
Solution:
Step 1: Calculate the Mean
Step 2: Subtract the Mean and Square the Result
(30 – 32.43)2 = (-2.43)2 = 5.90
(35 – 32.43)2 = (2.57)2 = 6.60
(28 – 32.43)2 = (–4.43)2 = 19.62
(32 – 32.43)2 = (–0.43)2 = 0.18
(40 – 32.43)2 = (7.57)2 = 57.29
(29 – 32.43)2 = (–3.43)2 = 11.76
(33 – 32.43)2 = (0.57)2 = 0.32
Step 3: Find the Variance
Step 4: Calculate the Standard Deviation
Example 4: In a physics experiment, the time taken for 10 oscillations of a simple pendulum was recorded five times as follows (in seconds): 20.2, 19.8, 20.4, 20.0, 19.6. Determine the standard deviation of the recorded times.
Solution:
Step 1: Calculate the Mean
Step 2: Subtract the Mean and Square the Result
(20.2 – 20.0)2 = (0.2)2 = 0.04
(19.8 – 20.0) 2 = (–0.2)2 = 0.04
(20.4 – 20.0) 2 = (0.4)2 = 0.16
(20.0 – 20.0)2 = (0.0)2 = 0.00
(19.6 – 20.0)2 = (–0.4)2 = 0.16
Step 3: Find the Variance
Step 4: Calculate the Standard Deviation
Example 5: A financial analyst is studying the weekly returns of a particular stock over a month (4 weeks). The returns (in percentage) are as follows: 2%, -1%, 3%, -2%.
Solution:
Step 1: Calculate the Mean**
Step 2: Subtract the Mean and Square the Result
(2 – 0.5)2 = (1.5)2 = 2.25
(–1 – 0.5)2 = (-1.5)2 = 2.25
(3 – 0.5)2 = (2.5)2 = 6.25
(–2 – 0.5)2 = (–2.5)2 = 6.25
Step 3: Find the Variance
Step 4: Calculate the Standard Deviation
Example 6: The heights of 6 students in a class (in cm) are as follows: 150, 160, 155, 165, 158, 162. Calculate the standard deviation of the heights.
Solution:
Step 1: Calculate the Mean
Step 2: Subtract the Mean and Square the Result
(150 - 158.33)2 = (-8.33)2 = 69.39
(160 - 158.33)2 = (1.67)2 = 2.79
(155 - 158.33)2 = (-3.33)2 = 11.09
(165 - 158.33)2 = (6.67)2 = 44.49
(158 - 158.33)2 = (-0.33)2 = 0.11
(162 - 158.33)2 = (3.67)2 = 13.47
Step 3: Find the Variance
Step 4: Calculate the Standard Deviation
Ans: For a sample of data, the standard deviation (s) is calculated as:
where xi is each individual data point, \bar{X} is the mean of the data, and n is the number of data points. For a population, the denominator is n instead of n – 1.
(Session 2025 - 26)