An NDoc Documented Class Library

ContinuousDistribution.FindInverseCumulativeProbability Method 

This method provides a generalized way to evaluate inverse cumulative probability functions. Most continuous distributions in this package utilize the method for their own evaluations.

protected double FindInverseCumulativeProbability(
   double p,
   double lower,
   double initial,
   double upper
);

Parameters

p
The target probability.
lower
The lower bound for the domain value, x.
initial
Initial domain value used for bracketting
upper
The upper bound for the domain value, x.

Return Value

The value x such that, the probability this distribution is less than or equal to x is equal to p.

See Also

ContinuousDistribution Class | numerics4net.statistics.distribution Namespace