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, getVariancegetMeansample, sample, sampleIntocloneNumberType inverse(double probability)
probability - Probability to invert.