python--scipy--1離散概率分佈:伯努利分佈

#導入包 #數組包 import numpy as np #繪圖包 import matplotlib.pyplot as plt #統計計算包的統計模塊 from scipy import stats ''' arange用於生成一個等差數組,arange([start, ]stop, [step, ] 使用見文檔:https://docs.scipy.org/doc/numpy/referen
相關文章
相關標籤/搜索