Pareto cumulative distribution function (CDF).
Parameters |
Description |
x |
Function domain |
a |
Distribution scale parameter, real positive value. |
b |
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!
|