用python求正態分佈曲線下的面積

import scipy.stats scipy.stats.norm(2,1).cdf(3)-0.5web import mathsvg def pdf(x): return math.exp(-(x))**2 / (math.sqrt(2*math.pi))orm
相關文章
相關標籤/搜索