This is an automated email from the ASF dual-hosted git repository.

erans pushed a change to branch modularized_master
in repository https://gitbox.apache.org/repos/asf/commons-math.git.


    from bab2a8b  MATH-1411: Relaxing tolerance.
     new 9146f7a  Remove implementation classes from public API.
     new 1d9670c  MATH-1172: "SimpleCurveFitter" as parent class for curve 
fitter implementations.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../math4/legacy/fitting/GaussianCurveFitter.java  | 274 ++-------------------
 .../math4/legacy/fitting/HarmonicCurveFitter.java  | 146 ++---------
 .../legacy/fitting/PolynomialCurveFitter.java      |  70 +-----
 .../math4/legacy/fitting/SimpleCurveFitter.java    | 213 +++++++++++++++-
 .../math4/legacy/stat/descriptive/DoubleArray.java |   2 +-
 .../stat/descriptive/ResizableDoubleArray.java     |   2 +-
 .../legacy/fitting/GaussianCurveFitterTest.java    |  20 +-
 .../legacy/fitting/HarmonicCurveFitterTest.java    |  12 +-
 .../legacy/fitting/PolynomialCurveFitterTest.java  |  10 +-
 9 files changed, 264 insertions(+), 485 deletions(-)

Reply via email to