Simple data
- Input
- 2, 4, 4, 4, 5, 5, 7, 9
- Expected output
- σ = 2
Classic example with σ = 2.
population standard deviation
σ = √(Σ(xᵢ−μ)²/N). Use when data represents the complete population — not a sample.
Classic example with σ = 2.
Use the result as technical or educational support, keeping the tool limits explicit in the workflow.
Population (σ) divides the sum of squared differences by N. Sample (s) divides by N−1 (Bessel's correction), giving an unbiased estimate of population variance when working with a sample.
Use the sample standard deviation (s), which divides by N−1 (Bessel correction) to estimate σ without bias.
No. It helps explain the scenario and use the tool more safely, but real decisions should consider official sources, full context and qualified guidance when needed.
All calculations stay in your browser. No data is sent to any server.