[
https://issues.apache.org/jira/browse/MATH-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb updated MATH-193:
----------------------
Attachment: math.patch
The Javadoc for DescriptiveStatistics.getPercentile() is wrong;
it says the Preconditiion is:
0 < p < 100 (otherwise an IllegalArgumentException is thrown)
however that should be
0 < p <= 100 (otherwise an IllegalArgumentException is thrown)
which is enforced by the call to Percentile.setQuantile()
> Minor javadoc and style fixes
> -----------------------------
>
> Key: MATH-193
> URL: https://issues.apache.org/jira/browse/MATH-193
> Project: Commons Math
> Issue Type: Improvement
> Affects Versions: 1.2
> Reporter: Michael Heuer
> Priority: Minor
> Fix For: 2.0
>
> Attachments: EmpiricalDistribution-patch.txt,
> EmpiricalDistributionTest-patch.txt, linear-package-javadoc-patch.txt,
> math.patch, ode-package-patch.txt
>
>
> Per discussion on the commons-dev mailing list in this thread
> http://tinyurl.com/326pym
> attached are minor javadoc and style fixes not addressed by Luc as described
> here
> http://tinyurl.com/3bp866
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.