psteitz 2004/10/23 23:40:55
Modified: math/xdocs changes.xml
Log:
Pr #31860 fix.
Revision Changes Path
1.6 +4 -0 jakarta-commons/math/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/math/xdocs/changes.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- changes.xml 14 Oct 2004 05:10:09 -0000 1.5
+++ changes.xml 24 Oct 2004 06:40:55 -0000 1.6
@@ -79,6 +79,10 @@
Changed factorial methods to return 1 for argument = 0, instead of
(incorrectly) throwing IllegalArgumentException.
</action>
+ <action dev="psteitz" type="fix" due-to="Kim van Der Linde" issue="31860">
+ Fixed error in SimpleRegression.getSignificance. Value returned was
+ off by a factor of 2 (did not match javadoc).
+ </action>
</release>
<release version="1.0-RC1" date="2004-09-07">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]