Variance is a measure of how much a set of data points deviate from the mean (average) of that dataset. In simple terms, it tells us how spread out the numbers are. The higher the variance, the more spread out the numbers in the dataset are. A lower variance indicates that the numbers tend to be closer to the mean.
Variance Formula
The formula for calculating variance is:
Variance (σ²) = Σ (xi - μ)² / N
Where:
xi = each individual data point
μ = the mean (average) of the data
N = the number of data points
Σ = sum of the squared differences
This formula calculates how far each data point is from the mean, squares that difference, and then averages it.