... 10000]; for i in test_list: x = np.random.binomial(n=i, p=0.5, size=i); print('--',i,'--'); sns.distplot(x); plt.show(); bin_dist().
確定! 回上一頁