double LogarithmicCDFInv(double y, double p);
Logarithmic point percent function (PPF).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | y | double | Probability, real positive value on closed interval [0,1]. |
| 2 | p | double | Distribution parameter, real value on open interval (0,1). |
Returns: the logarithmic point percent function (PPF) for probability y using the parameter p.
Declared in Dew::Math::Units::Probabilities · Dew.Math/Units.Probabilities.h · Cross-compiler