All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.commons.math.optimization.fitting.package.html Maven / Gradle / Ivy

Go to download

The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.

There is a newer version: 2.2
Show newest version


    

This package provides classes to perform curve fitting.

Curve fitting is a special case of a least squares problem were the parameters are the coefficients of a function f whose graph y=f(x) should pass through sample points, and were the objective function is the squared sum of residuals f(xi)-yi for observed points (xi, yi).





© 2015 - 2024 Weber Informatics LLC | Privacy Policy