function BernoulliCDFInv(y: Double; p: Double): Double;
Bernoulli distribution point percent function (PPF).
| # | Name | Description |
|---|---|---|
| 1 | y | Probability, real positive value on closed interval [0,1]. |
| 2 | p | parameter, real positive value on closed intervali [0,1]. |
Returns: Double - the Bernoulli distribution point percent function (PPF)