Find the mean, variance, and standard deviation of any list of numbers.
This calculator finds the mean (average), variance, and standard deviation of a set of numbers. Standard deviation measures how spread out the values are: a small value means the numbers are close to the mean, while a large value means they are spread widely.
Given n values with mean x̄:
For the numbers 4, 8, 6, 5, 3, 9, 7: the mean is 42 / 7 = 6. The sample standard deviation works out to about 2.16. Paste "4, 8, 6, 5, 3, 9, 7" above to see the full breakdown.
Standard deviation is widely used in statistics, quality control, finance (measuring volatility), test score analysis, and scientific research to understand how consistent or variable a data set is.
The square root of variance, the average of squared differences from the mean.
How spread out values are from the mean — low means clustered, high means more spread out.
Sample divides by (n−1) instead of n, correcting for bias when estimating from a smaller sample.