public abstract class ContinuousDistribution extends Object implements Distribution
| Constructor and Description |
|---|
ContinuousDistribution() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
cumulativeProbability(double x)
The CDF for this distribution.
|
abstract double |
inverseCumulativeProbability(double p)
The inverse CDF for this distribution.
|
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.DMelt 2.0 © DataMelt by jWork.ORG