Edited description of MATH-356.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927250 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2010-03-25 01:23:23 +00:00
parent 4334cc9339
commit 2cced83ae9
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ o MATH-283: Prevent infinite loops in multi-directional direct optimization met
o MATH-297: Prevent possible zero divides on eigenvectors of indefinite matrices Thanks to Axel Kramer.
Changes:
o MATH-356: Added method to clear the list of observations.
o MATH-356: Added method to clear the list of observations in CurveFitter.
o MATH-332: Added density functions to remaining continuous distributions (F, T, Weibull, Cauchy).
As of Math 2.1, all continuous distributions implement density functions. The HasDensity
interface has been deprecated and in version 3.0, density(double) will be added to the

View File

@ -51,7 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
and AbstractLinearOptimizer; and the isOptimal(SimplexTableau) method has been removed from
SimplexSolver. ">
<action dev="erans" type="update" issue="MATH-356">
Added method to clear the list of observations.
Added method to clear the list of observations in CurveFitter.
</action>
<action dev="erans" type="add" issue="MATH-357">
Implementation of bicubic interpolation.