Calculator
Enter your data
Sample formula: s = sqrt(sum((x - mean)^2) / (n - 1))
Use sample mode when your values are a subset of a larger population. Use population mode only when the full population is represented in the data you entered.
Calculator Library / Statistics
Enter numeric values from your data set, then calculate the standard deviation, mean, variance, and record count instantly. The calculator defaults to sample standard deviation, which is usually the right choice when you are analyzing data taken from a larger population.
Calculator
Sample formula: s = sqrt(sum((x - mean)^2) / (n - 1))
Use sample mode when your values are a subset of a larger population. Use population mode only when the full population is represented in the data you entered.
Instructions
Example: if you measured six cycle times from a production line and want to understand how much they vary, paste those six values into the box and keep the calculator on sample mode.
This app accepts whole numbers and decimals, including negative values if your data set requires them.
This calculator helps teams measure process spread from a raw list of values. It is useful when engineers need a quick check of variation before moving into capability, confidence, control-chart, or experiment-planning work.
Use it for sample studies, quick process summaries, incoming measurement review, or training situations where users need to understand variation from first principles.
| Mode | Formula | Use |
|---|---|---|
| Population standard deviation | sqrt(sum((x - mean)^2) / n) | Use when the full population is represented. |
| Sample standard deviation | sqrt(sum((x - mean)^2) / (n - 1)) | Use when the data is a sample from a larger process. |
| Variance | Standard deviation squared | Intermediate measure of spread used in many statistical methods. |
If five measurements are tightly grouped around the mean, the standard deviation is small and the process is relatively consistent. If those same five measurements spread across a much wider range, the standard deviation increases and signals greater variation.
That does not tell the whole process story by itself, but it gives the essential measure of spread used by many other quality calculations.
It is a measure of how spread out the values are around the average. Larger values mean more variation.
Use the sample version when the data is only a subset of the broader process or population you want to understand.
That correction helps the sample estimate better reflect the true population variation instead of systematically understating it.
Using it without checking whether the data is stable, meaningful, and free of obvious entry errors or mixed process conditions.
Because it is a foundation measure behind capability, confidence intervals, control charts, and many statistical comparisons.
Use the workbook when a basic spread check needs to roll into capability, defect, and sigma calculations in one file.
Use the guide when you need broader context on variance, distributions, confidence, and statistical decision-making.