python生成特定分佈數

from scipy.stats import binom, norm, beta, expon import numpy as np import matplotlib.pyplot as plt #泊松分佈 x = np.random.poisson(lam=34.7, size=10000) pillar = 100 a = plt.hist(x, bins=pillar, color=
相關文章
相關標籤/搜索