Python (scipy.stats.hmoles
) 中的调和平均函数要求输入为正数 。
例如:
from scipy import stats
print stats.hmean([ -50.2 , 100.5 ])
结果:
ValueError: Harmonic mean only defined if all elements greater than zero
我从数学上看不出为什么会发生这种情况,但极少出现的情况除外,即你最终会以零除以零。“代码” hume ()
我是不是在数学中遗漏了什么东西? 或者这真的是在 SciPy
中的限制吗?
你会如何去寻找 一套数字的和谐度 可能是正的或负的, 在python 中可能是正的或负的?