当您的数据是较大总体的样本时使用。除以 n-1(贝塞尔校正)以提供无偏估计。
s = √[Σ(xᵢ - x̄)² / (n - 1)]
当您的数据代表整个总体时使用。除以 N。
σ = √[Σ(xᵢ - μ)² / N]
Type your numbers separated by commas or newlines. The calculator accepts any size data set from a few points to thousands.
Select Sample (when your data is a subset of a larger population) or Population (when you have all values). The formulas differ slightly.
Get the mean, variance, standard deviation, range, and a histogram. Standard deviation tells you the typical spread of values from the mean.
For related calculations, try our percentage calculator.