NumberType
- Type of Number used as the domain.public interface InvertibleCumulativeDistributionFunction<NumberType extends java.lang.Number> extends CumulativeDistributionFunction<NumberType>
Modifier and Type | Method and Description |
---|---|
NumberType |
inverse(double probability)
Computes the inverse of the CDF for the given probability.
|
getCDF, getMaxSupport, getMeanAsDouble, getMinSupport, getVariance
getMean
sample, sample, sampleInto
clone
NumberType inverse(double probability)
probability
- Probability to invert.