Calculate population or sample spread in the original units 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 value, squared deviations are summed, and the total is divided by n for a population or n−1 for a sample before taking the square root. The result returns spread to the original units.
85, 90, 78, 92, 88, 76, 95, 89
Type: population Mean: 86.625 Variance: 38.484375 Standard Deviation: 6.203577596838779
Quality samples estimate process spread, classes compare denominators, and measurement reports summarize variation beside a mean.