当您的数据是较大总体的样本时使用。除以 n-1(贝塞尔校正)以提供无偏估计。
s = √[Σ(xᵢ - x̄)² / (n - 1)]
当您的数据代表整个总体时使用。除以 N。
σ = √[Σ(xᵢ - μ)² / N]
Calculation Best Practices
Get reliable results every time