public override double InverseLeftProbability(
double P
)
Public Overrides Function InverseLeftProbability (
P As Double
) As Double
public:
virtual double InverseLeftProbability(
double P
) override
abstract 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]. |