Variance
For a series of (x_i) elements, the variance is calculated as
var = ∑(xi−xavg)2N
with x_avg the average value of all the x_i, and N the total number of elements in the series.
Compare with CoVariance, that relates two different series of elements.