public interface DiscreteInverseCumulativeProbabilityFunction
| Modifier and Type | Method | 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).java.lang.IllegalArgumentException - if p < 0 or p > 1.Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.