Table of contents
Variance
Definition
The variance is a numerical value used to indicate how widely values in a data set vary. If individual observations vary greatly from the group mean, the variance is big; and vice versa.
The mean is therefore a measure of dispersion.
Formula to calculate the variance
\begin{equation} s^2 = \sqrt{ \frac{1}{n - 1} \displaystyle\sum_{i=1}^{n}{(x_i - \bar{x})^2} } \end{equation}