Probabilities.LogarithmicCDFInv Method

Double LogarithmicCDFInv(Double y, Double p)

Logarithmic point percent function (PPF).

#NameDescription
1yProbability, real positive value on closed interval [0,1].
2pDistribution parameter, real value on open interval (0,1).

Returns: Double - the logarithmic point percent function (PPF) for probability y using the parameter p.

See Also: Probabilities.LogarithmicCDF, Probabilities.LogarithmicPDF