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

Pareto cumulative distribution function (CDF).

Pascal
function ParetoCDF(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 cumulative distribution function (CDF) for value x using the parameters a and b. Parameter b must be smaller than value x , otherwise the result is NAN.

function ParetoPDF(x, a, b: single): single; overload;  

The Pareto cumulative distribution 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!