Skip to main content
DigiCalcs

如何计算Z-Score

learn.whatIsHeading

A z-score (standard score) measures how many standard deviations a data point is from the mean. Z-scores normalise different datasets to the same scale, enabling comparisons.

分步指南

  1. 1z = (x − μ) / σ
  2. 2x is the data point, μ is the mean, σ is the standard deviation
  3. 3z = 0 means at the mean; z = 1 means one std dev above

例题解析

输入
x=85, μ=75, σ=10
结果
z = 1.0
85 is 1 std dev above average
输入
x=60, μ=75, σ=10
结果
z = −1.5
60 is 1.5 std devs below average

准备好计算了吗?尝试免费的 Z-Score 计算器

自己尝试一下 →

设置

隐私条款关于© 2026 DigiCalcs