Pareto distribution point percent function (PPF).
Parameters |
Description |
p |
Probability, real positive value on closed interval [0,1]. |
a |
Distribution scale parameter, real positive value. |
b |
Distribution shape parameter, real positive value, smaller than x. |
the Pareto distribution point percent function (PPF) for probability p using the parameters a and b. Probability p must lie on the interval [0,1], otherwise the result is NAN.
function ParetoCDF(x, a, b: single): single; overload;
The inverse 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!
|