如何计算Harmonic Mean
learn.whatIsHeading
The harmonic mean is the reciprocal of the arithmetic mean of reciprocals. It is the correct average for rates — when the denominator unit (time, distance) is constant.
分步指南
- 1HM = n / (1/x₁ + 1/x₂ + ... + 1/xₙ)
- 2Always ≤ geometric mean ≤ arithmetic mean
- 3Use for averaging rates, speeds, P/E ratios
例题解析
输入
60 km/h there and 40 km/h back (equal distances)
结果
HM = 48 km/h (not 50 km/h)
2/(1/60+1/40)=48
准备好计算了吗?尝试免费的 Harmonic Mean 计算器
自己尝试一下 →