Fixed javadoc typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1606389 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2014-06-28 20:12:58 +00:00
parent fca88f8e3d
commit 25e774c315
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class PSquarePercentile extends AbstractStorelessUnivariateStatistic
/**
* The quantile needed should be in range of 0-1. The constructor
* {@link #PSquarePercentile(double)} ensures that passed in percentile is
* divide by 100
* divided by 100.
*/
private final double quantile;