python求正态分布概率密度值 PDF

from scipy import stats
求均值为2,标准差为1的正态分布在0处的概率密度函数值
stats.norm.pdf(0,loc=2,scale=1)

留言

熱門文章