matlab - Is there a lsqcurvefit equivalent in java? -
this question has answer here:
- java curve fitting library [closed] 2 answers
or other function take several pairs input , output fitted curve or function in format want.
check out linear algebra , optimization functionality of apache commons math library. want implements decompositionsolver
interface.
Comments
Post a Comment