Base interface for continuous distributions.
version: $Revision: 155427 $ $Date: 2005-02-26 06:11:52 -0700 (Sat, 26 Feb 2005) $
Method Summary
double
inverseCumulativeProbability(double p) For this disbution, X, this method returns x such that P(X < x) = p.
Parameters: p - the cumulative probability.
For this disbution, X, this method returns x such that P(X < x) = p.
Parameters: p - the cumulative probability. x. throws: MathException - if the inverse cumulative probability can not becomputed due to convergence or other numerical errors.