摘要: 二项分布式 import numpy as np import matplotlib.pyplot as plt list = np.random.binomial(n=10, p=0.5,size = 10000) plt.hist(list, bins = 8,color = 'g', alph 阅读全文
posted @ 2019-12-01 20:14 ZhuGaochao 阅读(648) 评论(0) 推荐(0)