Standard deviation
A measure of how spread out the values in a data set are around the mean.
The standard deviation is the square root of the variance. Population standard deviation divides the sum of squared deviations by n; sample standard deviation divides by n − 1 to correct bias when estimating from a sample.
Formula
σ = √( Σ(xᵢ − x̄)² / n )