public override double InverseLeftProbability(
	double P
)Public Overrides Function InverseLeftProbability ( 
	P As Double
) As Doublepublic:
virtual double InverseLeftProbability(
	double P
) overrideabstract InverseLeftProbability : 
        P : float -> float 
override InverseLeftProbability : 
        P : float -> float The inverse left probability is commonly called the quantile function. Given a quantile, it tells which variable value is the lower border of that quantile.
| ArgumentOutOfRangeException | P lies outside [0,1]. |