python實現概率質量函數Poisson

用python實現概率質量函數Possion 原理如下: 方法一:用scipy庫的poisson import scipy.stats as stats plt.figure(figsize=(12.5,4)) a = np.arange(16) poi = stats.poisson lambda_ = [1.5,4.25] colors = ['#348ABD','#A60628'] plt.
相關文章
相關標籤/搜索