Learn Before
Concept

variance and standard deviation

• Variance: the average squared distance between the mean and each data value, σ2=1Ni=1N(xiμ)2\sigma^2 = \frac{1}{N}\sum_{i=1}^{N}(x_i - \mu)^2, where μ\mu is the mean and NN is the number of data values. Because the deviations are squared, variance is expressed in squared units. • Standard deviation: the square root of the variance, σ=σ2\sigma = \sqrt{\sigma^2}, which returns the measure of spread to the same units as the original data.

0

1

Updated 2026-07-20

Tags

Characteristics of a dataset

Data Science

Statistics