In numpy, apply N percentiles to an N x M array _respectively_

后端 未结 0 1634
-上瘾入骨i
-上瘾入骨i 2021-01-14 09:12

Is this something that can be done cleanly in numpy without a for loop?

percentiles = np.array([50, 100])
data = np.array([[0, 1, 2, 3, 4], [10, 11, 12, 13, 1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题