p. Returns 0 for p=0 and Double.POSITIVE_INFINITY for p=1.
p
@throws MathException if the inverse cumulative probability can not becomputed due to convergence or other numerical errors.
@throws IllegalArgumentException if p is not a validprobability.
Note that this definition implies:
m, with positive probability under (the density of) X, then m - 1 is returned by inverseCumulativeProbability(0). If there is no such value m, Integer.MIN_VALUE is returned.M, such that P(X ≤ M) =1, then M is returned by inverseCumulativeProbability(1). If there is no such value, M, Integer.MAX_VALUE is returned.p. Returns Double.NEGATIVE_INFINITY for p=0 and Double.POSITIVE_INFINITY for p=1.
p
@throws MathException if the inverse cumulative probability can not becomputed due to convergence or other numerical errors.
@throws IllegalArgumentException if p is not a validprobability.
p. Returns Double.NEGATIVE_INFINITY for p=0 and Double.POSITIVE_INFINITY for p=1.
p
@throws MathException if the inverse cumulative probability can not becomputed due to convergence or other numerical errors.
@throws IllegalArgumentException if p is not a validprobability.
inf{x in R | P(X<=x)>= p} for {@code 0 < p <= 1},inf{x in R | P(X<=x)> 0} for {@code p = 0}. | |
| |