scipy.stats.rv_continuous.
pdf
-
rv_continuous.pdf(x, *args, **kwds)[源代码]
给定随机变量在 x 处的概率密度函数。
- 参数:
- xarray_like
分位数
- arg1, arg2, arg3,…array_like
分布的形状参数 (更多信息请查看实例对象的文档字符串)
- locarray_like, 可选
位置参数 (默认值=0)
- scalearray_like, 可选
尺度参数 (默认值=1)
- 返回:
- pdfndarray
在 x 处评估的概率密度函数