💡 Tip: Use commas, spaces, or line breaks to separate numbers — e.g., "10, 15, 20" or "10 15 20" or "10,15,20"
Number (n)
Sum (Σx)
Mean (μ/x̄)
Variance
Standard Deviation

📝 Step-by-Step Solution

Enter your data and click calculate.

📈 Normal Distribution Curve (Based on Your Data)

❓ Frequently Asked Questions

What is Standard Deviation?
Standard deviation measures the amount of variation or dispersion in a set of values. A low standard deviation means values are close to the mean, while a high standard deviation indicates values are spread out over a wider range. It is the square root of variance.
Sample vs Population Standard Deviation — What's the difference?
Population standard deviation (σ) uses N (total count) in the denominator. Sample standard deviation (s) uses n-1 (degrees of freedom) to account for sampling bias. Use sample when your data is a subset of a larger population; use population when you have all data points.
How do I interpret a standard deviation value?
In a normal distribution: about 68% of data falls within ±1 standard deviation from the mean, 95% within ±2 standard deviations, and 99.7% within ±3 standard deviations (Empirical Rule).
What's the formula for standard deviation?
\[ s = \sqrt{\frac{\sum (x_i - \bar{x})^2}{n-1}} \] for sample, and \[ \sigma = \sqrt{\frac{\sum (x_i - \mu)^2}{N}} \] for population.
What is variance?
Variance is the square of standard deviation. It represents the average squared deviation from the mean. While standard deviation is easier to interpret (same units as data), variance is useful in statistical calculations.

📘 Understanding Standard Deviation — A Complete Guide

Standard deviation is one of the most important concepts in statistics. Whether you're analyzing test scores, stock market returns, or manufacturing quality, understanding data dispersion helps you make better decisions.

🔢 Step-by-Step Calculation Process

1. Calculate the mean (average) of all values.
2. Subtract the mean from each value to find deviations.
3. Square each deviation (to eliminate negative values).
4. Sum all squared deviations (Sum of Squares).
5. Divide by N (population) or n-1 (sample) to get variance.
6. Take the square root of variance to get standard deviation.

\[ \text{Sample Standard Deviation: } s = \sqrt{\frac{\sum_{i=1}^{n} (x_i - \bar{x})^2}{n-1}} \] \[ \text{Population Standard Deviation: } \sigma = \sqrt{\frac{\sum_{i=1}^{N} (x_i - \mu)^2}{N}} \]

💡 Practical Examples

Example 1 (Test Scores): Five students scored: 70, 75, 80, 85, 90. Mean = 80. Deviations: -10, -5, 0, 5, 10. Squared: 100, 25, 0, 25, 100. Sum = 250. Sample variance = 250/4 = 62.5. Sample SD = √62.5 ≈ 7.9. Most scores are within ~8 points of 80.

Example 2 (Investment Risk): A stock with higher standard deviation (volatility) is riskier. Investors compare standard deviations to choose between stable vs. growth-oriented investments.

Disclaimer: This calculator provides accurate statistical calculations. For critical decisions, verify results with professional statistical software.