Fixed javadoc typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@949535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24218a5278
commit
edd22d7ad5
|
@ -63,8 +63,8 @@ public interface IntegerDistribution extends DiscreteDistribution {
|
||||||
* P(X ≤ x) <= p.
|
* P(X ≤ x) <= p.
|
||||||
* <p>
|
* <p>
|
||||||
* Note that this definition implies: <ul>
|
* Note that this definition implies: <ul>
|
||||||
* <li> If there is a minimum value, <code>m</code>, with postive
|
* <li> If there is a minimum value, <code>m</code>, with positive
|
||||||
* probablility under (the density of) X, then <code>m - 1</code> is
|
* probability under (the density of) X, then <code>m - 1</code> is
|
||||||
* returned by <code>inverseCumulativeProbability(0).</code> If there is
|
* returned by <code>inverseCumulativeProbability(0).</code> If there is
|
||||||
* no such value <code>m, Integer.MIN_VALUE</code> is
|
* no such value <code>m, Integer.MIN_VALUE</code> is
|
||||||
* returned.</li>
|
* returned.</li>
|
||||||
|
|
Loading…
Reference in New Issue