Last updated on June 12th, 2025
A statistical metric known as the variance is used to quantify the dispersion of numbers in a given data collection. It assesses how far numbers are from the mean. Variance is helpful in understanding the distribution of data and evaluating both spread and risk. In this article, we are going to delve deeper into the concepts and properties of variance.
We can use variance to find out the degree of deviation of values from the mean value. It is represented by the symbol σ2 and calculated by squaring the standard deviation. Low variance indicates the numbers are close to one another, and high variance means the numbers are dispersed. Some key takeaways of variance are listed below:
Struggling with Math?
Get 1:1 Coaching to Boost Grades Fast !
Variance is used to measure how much of the data actually varies from each other. It can be calculated by finding the average of the squared differences from the mean. We have to follow the below mentioned steps to find the variance of a set of values.
Step 1: We have to find the mean in the first step. The mean can be calculated by dividing the number of values by the sum of all values.
Mean = Sum of all values / Total number of values
Step 2: Determine the squared deviations of the data values from the mean. To get the deviation, subtract the mean from each score.
(Data value - Mean)2
Step 3: Determine the data set’s variance, which is the mean of the squared deviations from the given values. We can find the square by multiplying each deviation by itself from the mean. As a result, we will get positive numbers.
Step 4: Calculate the sum of squares by adding up all the squared deviations.
Step 5: To calculate a sample variance, divide the sum of the squared deviations by (n -1). To determine a population variance, divide the sum by N.
Now, let us examine the formulas used to find the variance.
The formula for calculating the population variance is:
(σ2) = ∑(xi - μ)2/ N
Here, σ2 = Population variance
xi = Each individual value
μ = Population mean
N = Total number of values in the population
Next, the formula for sample variance is:
s2 = (xi - x̄)2/ n -1
Here, s2 = Sample variance
xi = Each individual value
x̄ = Sample mean
n = Total number of values in the sample
n - 1 = Degrees of freedom
In reference to the mean, variance plays an important role in measuring the spread of data points. It helps us in understanding the consistency and variability of data by assessing the deviations from the mean. On the basis of data set, variance can be of two types: Population (σ2) and sample variance (s2).
Population variance (σ2)
It calculates the population’s overall dispersion. Population variance determines how the data points are distributed in the population. A population symbolizes a group of individuals. This variance shows how the group’s population is different from mean population.
Each data point’s squared distance from the population mean is calculated by the population variance. The formula for population variance is:
Population variance (σ2) = (xi - μ)2/ N
Sample variance
Calculating population variance becomes challenging when the population data is too large. Instead, we use sample variance, which refers to a sample from the dataset and we calculate its variance. While doing this, rather than the population mean we use the sample mean. Sample variance is the average of the squared differences between the sample data points and the sample mean. The formula for sample variance is:
s2 = (xi - x̄)2/ n -1
Variance measures variability by averaging the squared deviations from the mean. Population variance and sample variance are the two types of variance. The main differences between these two types are given below:
To evaluate the data and make well-informed decisions, variance is used in various fields. The real-world importance of variance is countless. They are listed as follows:
In order to measure the data dispersion, we use a fundamental statistical concept called variance. Clear concepts help students to solve mathematical problems accurately. Few commonly made mistakes and solutions are discussed below:
Level Up with a Math Certification!
2X Faster Learning (Grades 1-12)
Find the sample variance of the given data.2, 4, 6, 8, 12.
14.8
To find the variance, we can use the formula for sample variance.
s2 = (xi - x̄)2/ n -1
Mean = 2 + 4 + 6 + 8 + 12 / 5 = 32 / 5 = 6.4
To find the squared deviation of each value, we have to subtract the mean from each value and then square the answers.
(2−6.4)2 = (−4.4)2 = 19.36
(4−6.4)2 = (−2.4)2 = 5.76
(6−6.4)2 = (−0.4)2 = 0.16
(8−6.4)2 = (1.6)2 = 2.56
(12−6.4)2 = (5.6)2 = 31.36
Next, add up all the squared differences:
19.36 + 5.76 + 0.16 + 2.56 + 31.36 = 59.2
This is a sample variance, so, n -1 = 5 - 1 = 4
s2 = 59.2 / 4 = 14.8
The sample variance of the given data set is 14.8.
Find the population variance of the data set: 5, 9, 10, 13.
8.1875
The mean = 5 + 9 + 10 + 13 / 4 = 37 / 4 = 9.25
Next, the squared deviations from the mean:
(5−9.25)2 = (−4.25)2 = 18.0625
(9−9.25)2 = (−0.25)2 = 0.0625
(10−9.25)2 = (0.75)2 = 0.5625
(13−9.25)2 = (3.75)2 = 14.0625
Now, we can find the population variance:
(σ2) = (xi - μ)2/ N
(σ2) = 18.0625 + 0.0625 + 0.5625 + 14.0625 / 4 = 32.75 / 4
32.75 / 4 = 8.1875
The population variance of the given data set is 8.1875
Find the population variance of the data (1.5, 2.5, 3. 5)
0.666
Mean = 1.5 + 2.5 + 3.5 / 3 = 7.5 / 3 = 2.5
Population variance = (σ2) = (xi - μ)2/ N
(1.5−2.5)2 = (−1)2 = 1
(2.5−2.5)2 = (0)2 = 0
(3.5−2.5)2 = (1)2 = 1
The population variance = 1 + 0 + 1 / 3
σ2 = 2 / 3= 0.666
The population variance is 0.666
Find the sample variance of the given sample: 1, 3, 6, 7.
7.583
The mean = 1 + 3 + 6 + 7 / 4
The mean = 17 / 4 = 4.25
Next, find the squared deviations:
(1−4.25)2 = (−3.25)2 = 10.5625
(3−4.25)2 = (−1.25)2 = 1.5625
(6−4.25)2 = (1.75)2 = 3.0625
(7−4.25)2 = (2.75)2 = 7.5625
The formula for sample variance is: s2 = (xi - x̄)2/ n -1
s2 = 10.5625 + 1.5625 + 3.0625 + 7.5625 / 4 - 1
s2 = 22.75 / 3 = 7.583
The sample variance is 7.583
Find the population variance of the data: 13, 15, 17, 19.
5
The population mean = 13 + 15 + 17 + 19 / 4
μ = 64 / 4 = 16
Next, find the squared deviations:
(13−16)2 = (−3)2 = 9
(15−16)2 = (−1)2 = 1
(17−16)2 = (1)2 = 1
(19−16)2 =(3)2 = 9
The formula for calculating the population variance is: Population variance (σ2) = (xi - μ)2/ N
σ2 = 9 + 1 + 1 + 9 / 4
σ2 = 20 / 4 = 5
The population variance of the given data is 5.
Turn your child into a math star!
#1 Math Hack Schools Won't Teach!
Struggling with Math?
Get 1:1 Coaching to Boost Grades Fast !
Jaipreet Kour Wazir is a data wizard with over 5 years of expertise in simplifying complex data concepts. From crunching numbers to crafting insightful visualizations, she turns raw data into compelling stories. Her journey from analytics to education ref
: She compares datasets to puzzle games—the more you play with them, the clearer the picture becomes!