python中求正態分佈的累計函數以及inverse

from scipy.stats import norm q = norm.cdf(1.96) #累計密度函數 norm.ppf(q) #累計密度函數的反函數
相關文章
相關標籤/搜索