sicpy的stats的binom函数
1.binom函数,
n是size, p是概率
ax.plot(x, binom.pmf(x, n, p), 'bo', ms=8, label='binom pmf')
sicpy的stats的binom函数
1.binom函数,
n是size, p是概率
ax.plot(x, binom.pmf(x, n, p), 'bo', ms=8, label='binom pmf')
转载于:https://www.cnblogs.com/hope100/p/4031227.html