Calculateur Ecart Type

Dernière mise à jour: 2026-05-09

Le Calculateur Ecart Type est une calculatrice statistique gratuite. Calculez σ = √(Σ(xáµ¢ - μ)² / N). Exemple: Data: [2, 4, 4, 4, 5, 5, 7, 9] = Mean = 5; σ = 2. Calculateur gratuit et précis, sans inscription. Analysez vos données instantanément.
Données
Résultat
Entrez les valeurs et appuyez sur Calculer
Common Sizes — Click to Fill
Valeur 1 Valeur 2 Valeur 3 Valeur 4 Valeur 5 Valeur 6 Valeur 7 Valeur 8 Valeur 9 Valeur 10
Muestra pequena 0.4 0.4 0.4 0.4 0.4 0.4 0.4 0.4 0.4 0.4
Datos uniformes 0.7 0.7 0.7 0.7 0.7 0.7 0.7 0.7 0.7 0.7
Datos dispersos 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
Muestra grande 1.5 1.5 1.5 1.5 1.5 1.5 1.5 1.5 1.5 1.5
Valores atipicos 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5

What is standard deviation?

Standard deviation (σ) measures how spread out data is around the mean. A low value means data points are tightly clustered (consistent); a high value indicates high variability. It's the most widely used measure of dispersion in statistics, quality control, finance, and science, because it's expressed in the same units as the original data.

Standard deviation formula

Full population (σ):
σ = √( Σ(xᵢ − μ)² / N )

Sample (s) — more common in practice:
s = √( Σ(xᵢ − x̄)² / (n−1) )

The difference: when analyzing a sample rather than the full population, divide by (n−1) instead of n (Bessel's correction) for an unbiased estimate.

Step-by-step example

The maximum temperatures over 5 days in May were: 22, 25, 21, 28, 24 °C.

  1. Mean (μ) = (22+25+21+28+24) / 5 = 24°C
  2. Squared differences: (22−24)²=4, (25−24)²=1, (21−24)²=9, (28−24)²=16, (24−24)²=0
  3. Sum = 30; divided by 5 = 6 (variance)
  4. σ = √6 ≈ 2.45°C

The 68-95-99.7 rule

In a normal distribution, approximately:

  • 68% of data falls within ±1 standard deviation of the mean.
  • 95% within ±2 standard deviations.
  • 99.7% within ±3 standard deviations.

In the example above, 68% of temperatures fall between 24 − 2.45 = 21.55°C and 24 + 2.45 = 26.45°C.

Practical applications

  • Quality control: In manufacturing, detects out-of-tolerance parts; the goal is σ < specification limit / 3.
  • Finance (volatility): Standard deviation of daily stock returns measures risk. Higher σ = greater uncertainty.
  • Education: Normalize exam scores for comparison across different tests (Z-score = (x − μ) / σ).
  • Meteorology: Quantify climate variability between regions or decades.

Écrit et révisé par l'équipe éditoriale de CalcToWork. Dernière mise à jour : 2026-05-09.