diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 041466621..2528331c6 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -79,7 +79,7 @@ The type attribute can be add,update,fix,remove. Changed factorial methods to return 1 for argument = 0, instead of (incorrectly) throwing IllegalArgumentException. - + Fixed error in SimpleRegression.getSignificance. Value returned was off by a factor of 2 (did not match javadoc).