Calculates the mean, the variance and the standard deviation of a data set. The variance is Σ(x − mean)² ÷ count and the standard deviation is its square root (population standard deviation).
The standard deviation measures how far the values of a data set typically lie from their mean. Square each deviation from the mean, average those squares, then take the square root.
Here is the variance and the standard deviation. The squaring stops positive and negative deviations from cancelling out; the square root brings the result back to the original units.
For the data 10, 20, 30, 40, 50 the mean is 30. The deviations are , and their squares are .
This calculator returns the population standard deviation, the one that divides by . It describes the spread of the data you actually have.
If your data is a sample drawn from a larger population and you want to estimate that population's spread, divide by instead. That is the unbiased sample variance, and it is the default in statistical inference.
Because the standard deviation carries the same units as the mean, results are often written as "mean standard deviation". For data close to a normal distribution, about 68% of values fall within one standard deviation of the mean.