调和平均数

2020-11-10  本文已影响0人  Sun_c39f

使用python进行计算

>>> from scipy import stats;
>>> print stats.hmean([60,30])
40.0
image.png
上一篇 下一篇

猜你喜欢

热点阅读