You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.ParetoPDF Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.ParetoPDF Function

Pareto probability density function (PDF).

Pascal
function ParetoPDF(x: double; a: double; b: double): double; overload;
Parameters 
Description 
Function domain. 
Distribution scale parameter, real positive value. 
Distribution shape parameter, real positive value, smaller than x. 

the Pareto probability density function (PDF) for value x using the parameters a and b. Parameter b must be smaller than value x , otherwise the result is NAN.

The Pareto probability density function is defined by the following equation: 

 

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!