Author: mikl Date: Mon Mar 21 22:16:52 2011 New Revision: 1083994 URL: http://svn.apache.org/viewvc?rev=1083994&view=rev Log: Added entry in changes.xml for MATH-437 which introduces the two sided Kolmogorov-Smirnov distribution
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=1083994&r1=1083993&r2=1083994&view=diff ============================================================================== --- commons/proper/math/trunk/src/site/xdoc/changes.xml (original) +++ commons/proper/math/trunk/src/site/xdoc/changes.xml Mon Mar 21 22:16:52 2011 @@ -52,6 +52,11 @@ The <action> type attribute can be add,u If the output is not quite correct, check for invisible trailing spaces! --> <release version="3.0" date="TBD" description="TBD"> + <action dev="mikl" type="add" issue="MATH-437"> + Added two sided Kolmogorov-Smirnov distribution using modified + Marsaglia et al. (2003) implementation and quick decisions for certain + parameter areas according to Simard et al. (2011). + </action> <action dev="mikl" type="add" issue="MATH-435"> Added "power" method in "RealMatrix" and "FieldMatrix<T>" interfaces and their default implementations in "AbstractRealMatrix"