Key formulas
From the Descriptive Statistics formula sheet
- Mean:
xbar = sum(x_i) / n- The arithmetic average of a data set. - Sample Variance:
s^2 = sum((x_i - xbar)^2) / (n - 1)- Average squared distance from the sample mean with Bessel correction.