np.random.multinomial in python doesn't work as i expected

后端 未结 0 1754
一向
一向 2020-12-05 18:26

my input: np.random.multinomial(20, [1/6.]*6) The output supposed to be something like: array([2, 1, 3, 5, 8, 1], dtype=int64) But the actual outpu

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