NumPy.percentile不能采用'插值'即使我已将其升级到最新版本

时间:2015-12-08 05:50:30

标签: python numpy

我们的项目在代码中使用它:

W_percentile[x, y] = np.percentile(np.array(l), 75, interpolation='lower')

但我一直收到错误:

**TypeError: percentile() got an unexpected keyword argument 'interpolation'**

我看到一些答案说它是由于旧版本的numpy。但我的numpy版本是1.10.1。有谁知道我为什么会收到这个错误?谢谢!

0 个答案:

没有答案