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