pareto_pdf 函数
使用形状和尺度参数计算 Pareto 分布概率密度。
语法
pareto_pdf(x, shape, scale)ParetoPDF(x, shape, scale)
参数与选项
x | 求值点;低于尺度参数时密度为 0。 |
|---|---|
shape | 正的形状参数。 |
scale | 正的尺度参数。 |
示例
- Pareto 分布密度
ParetoPDF(3, 2.5, 1)返回约 0.0534583582583。
使用形状和尺度参数计算 Pareto 分布概率密度。
pareto_pdf(x, shape, scale)ParetoPDF(x, shape, scale)x | 求值点;低于尺度参数时密度为 0。 |
|---|---|
shape | 正的形状参数。 |
scale | 正的尺度参数。 |
ParetoPDF(3, 2.5, 1)返回约 0.0534583582583。