MathTop

pareto_pdf 函数

使用形状和尺度参数计算 Pareto 分布概率密度。

语法

  • pareto_pdf(x, shape, scale)
  • ParetoPDF(x, shape, scale)

参数与选项

x求值点;低于尺度参数时密度为 0。
shape正的形状参数。
scale正的尺度参数。

示例

  1. Pareto 分布密度ParetoPDF(3, 2.5, 1)返回约 0.0534583582583。