|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjhplot.math.num.pdf.ContinuousDistribution
public abstract class ContinuousDistribution
Base continuous distribution.
Constructor Summary | |
---|---|
ContinuousDistribution()
|
Method Summary | |
---|---|
abstract double |
cumulativeProbability(double x)
The CDF for this distribution. |
abstract double |
inverseCumulativeProbability(double p)
The inverse CDF for this distribution. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContinuousDistribution()
Method Detail |
---|
public abstract double cumulativeProbability(double x) throws NumericException
x
- the value at which the CDF is evaluated.
NumericException
- if the cumulative probability can not be
computed.public abstract double inverseCumulativeProbability(double p) throws NumericException
p
- the cumulative probability.
NumericException
- if the inverse cumulative probability can not be
computed.
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |