Calculate population or sample variance and standard deviation for a numeric list.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The mean is subtracted from each observation, squared deviations are summed, and the total is divided by n for a population or n−1 for a sample. Standard deviation is the square root, returning spread to the original units.
Values: [2,4,4,4,5,5,7,9] Is sample: false
Count: 8 Mean: 5 Variance: 4 Standard deviation: 2
Quality samples estimate process variability, statistics lessons compare denominators, and measurement reports pair variance with standard deviation.