Fixed error in javadoc. JIRA: MATH-540.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1134866 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-06-12 05:56:32 +00:00
parent 7d738dc352
commit 88bd54a422
2 changed files with 7 additions and 3 deletions

View File

@ -151,7 +151,7 @@ public abstract class AbstractIntegerDistribution extends AbstractDistribution
/** /**
* For a random variable {@code X} whose values are distributed according * For a random variable {@code X} whose values are distributed according
* to this distribution, this method returns the largest {@code x}, such * to this distribution, this method returns the largest {@code x}, such
* that {@code P(X < x) < p}. * that {@code P(X <= x) <= p}.
* *
* @param p Desired probability. * @param p Desired probability.
* @return the largest {@code x} such that {@code P(X < x) <= p}. * @return the largest {@code x} such that {@code P(X < x) <= p}.

View File

@ -52,11 +52,15 @@ The <action> type attribute can be add,update,fix,remove.
If the output is not quite correct, check for invisible trailing spaces! If the output is not quite correct, check for invisible trailing spaces!
--> -->
<release version="3.0" date="TBD" description="TBD"> <release version="3.0" date="TBD" description="TBD">
<action dev="psteitz" type="fix" due-to="Christopher Nix"> <action dev="psteitz" type="fix" issue="MATH-540">
Fixed error in javadoc describing Integer distribution inverse cumulative
probability API.
</action>
<action dev="psteitz" type="fix" issue="MATH-582" due-to="Christopher Nix">
Fixed error in javadoc describing the behavior of the Percentile algorithm for Fixed error in javadoc describing the behavior of the Percentile algorithm for
small percentiles in small datasets. small percentiles in small datasets.
</action> </action>
<action dev="erans" type="add" due-to="Thomas Neidhart"> <action dev="erans" type="add" issue="MATH-485" due-to="Thomas Neidhart">
New "filter" package. Initial implementation of Kalman filter. New "filter" package. Initial implementation of Kalman filter.
</action> </action>
<action dev="luc" type="fix" issue="MATH-584" due-to="Randall Scarberry"> <action dev="luc" type="fix" issue="MATH-584" due-to="Randall Scarberry">