function LogarithmicCDFInv(y: Double; p: Double): Double;
Logarithmic point percent function (PPF).
| # | Name | Description |
|---|---|---|
| 1 | y | Probability, real positive value on closed interval [0,1]. |
| 2 | p | Distribution parameter, real value on open interval (0,1). |
Returns: Double - the logarithmic point percent function (PPF) for probability y using the parameter p.