如何计算Harmonic Mean
learn.whatIsHeading
The harmonic mean is best for rates and ratios. It emphasizes smaller values in a dataset and is the reciprocal of the arithmetic mean of reciprocals, often used for average speeds.
公式
HM = n / (1/x₁ + 1/x₂ + ... + 1/xₙ)
分步指南
- 1Calculate the reciprocal of each number
- 2Sum all reciprocals
- 3Divide n by the sum of reciprocals
例题解析
输入
Speeds: 60 km/h, 40 km/h
结果
HM = 48 km/h
2 / (1/60 + 1/40) = 48
常见错误注意事项
- ✕Confusing harmonic and arithmetic means
- ✕Wrong application context
准备好计算了吗?尝试免费的 Harmonic Mean 计算器
自己尝试一下 →