Standard deviation

The standard deviation measures the typical distance of data values from the mean, in the same units as the data.

The standard deviation summarizes spread as the typical gap between a value and the mean. The sample standard deviation is s=1n1(xixˉ)2s = \sqrt{\frac{1}{n-1}\sum (x_i - \bar{x})^2}, where xix_i are the values, xˉ\bar{x} (x-bar) is the mean, and nn is the number of values. For example, a small ss means the data cluster tightly around the mean, while a large ss means they spread out widely. It is the square root of the variance, which returns the measure to the original units.

More describing data terms, or browse the full statistics glossary.