public interface DiscreteInverseCumulativeProbabilityFunction
Modifier and Type | Method and Description |
---|---|
int |
inverseCumulativeProbability(double p)
Computes the quantile function of the distribution.
|
int inverseCumulativeProbability(double p)
X
distributed according to this distribution,
the returned value is
p
- Cumulative probability.p
-quantile of the distribution
(largest 0-quantile for p = 0
).IllegalArgumentException
- if p < 0
or p > 1
.Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.