You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/01/06 15:05:52 UTC

svn commit: r1055881 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/MannWhitneyUTestImpl.java

Author: sebb
Date: Thu Jan  6 14:05:51 2011
New Revision: 1055881

URL: http://svn.apache.org/viewvc?rev=1055881&view=rev
Log:
Javadoc - no such param

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/MannWhitneyUTestImpl.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/MannWhitneyUTestImpl.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/MannWhitneyUTestImpl.java?rev=1055881&r1=1055880&r2=1055881&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/MannWhitneyUTestImpl.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/MannWhitneyUTestImpl.java Thu Jan  6 14:05:51 2011
@@ -174,8 +174,6 @@ public class MannWhitneyUTestImpl implem
      *            the first sample
      * @param y
      *            the second sample
-     * @param exactPValue
-     *            if the exact p-value is wanted (only for x.length <= 50)
      * @return asymptotic p-value (biased for samples with ties)
      * @throws IllegalArgumentException
      *             if preconditions are not met