You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/03/10 15:56:18 UTC

svn commit: r1454861 - /commons/proper/math/trunk/src/changes/changes.xml

Author: tn
Date: Sun Mar 10 14:56:18 2013
New Revision: 1454861

URL: http://svn.apache.org/r1454861
Log:
Added change entry for tests already added in 3.0

Modified:
    commons/proper/math/trunk/src/changes/changes.xml

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1454861&r1=1454860&r2=1454861&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Sun Mar 10 14:56:18 2013
@@ -509,6 +509,10 @@ and to extend the unit tests suite.
 2. A few methods in the FastMath class are in fact slower that their
 counterpart in either Math or StrictMath (cf. MATH-740). 
 ">
+      <action dev="mikl" type="add" issue="MATH-431">
+        Added statistical hypothesis tests "MannWhitneyUTest" and
+        "WilcoxonSignedRankTest".
+      </action>
       <action dev="erans" type="update" issue="MATH-698">
         Classes "CMAESOptimizer" and "BOBYQAOptimizer" inherit from
         "BaseAbstractMultivariateSimpleBoundsOptimizer" (in package