Fixed javadoc errors.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@981332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2010-08-01 22:24:31 +00:00
parent c64ed9d119
commit f215f96be0
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ package org.apache.commons.math.stat.ranking;
* of the last occurrence. For example, (1,3,4,3) is ranked as (1,3,4,3)</li>
* <li>AVERAGE - Tied values are assigned the average of the applicable ranks.
* For example, (1,3,4,3) is ranked as (1,2.5,4,2.5)</li>
* <li>AVERAGE - Tied values are assigned a random integer rank from among the
* <li>RANDOM - Tied values are assigned a random integer rank from among the
* applicable values. The assigned rank will always be an integer, (inclusively)
* between the values retured by the MINIMUM and MAXIMUM strategies.</li>
* between the values returned by the MINIMUM and MAXIMUM strategies.</li>
* </ul>
*
* @since 2.0