|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math.distribution.AbstractDistribution
org.apache.commons.math.distribution.AbstractContinuousDistribution
public abstract class AbstractContinuousDistribution
Base class for continuous distributions. Default implementations are provided for some of the methods that do not vary from distribution to distribution.
Method Summary | |
---|---|
double |
inverseCumulativeProbability(double p)
For this distribution, X, this method returns the critical point x, such that P(X < x) = p . |
Methods inherited from class org.apache.commons.math.distribution.AbstractDistribution |
---|
cumulativeProbability |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.commons.math.distribution.Distribution |
---|
cumulativeProbability, cumulativeProbability |
Method Detail |
---|
public double inverseCumulativeProbability(double p) throws MathException
p
.
inverseCumulativeProbability
in interface ContinuousDistribution
p
- the desired probability
p
MathException
- if the inverse cumulative probability can not be
computed due to convergence or other numerical errors.
java.lang.IllegalArgumentException
- if p
is not a valid
probability.
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |