Hello.
Le sam. 5 août 2023 à 08:08, Hasan Diwan a écrit :
>
> I'm trying to migrate an internal service for interpolation to commons-math
> 3.6.1, using org.apache.commons.math3.fitting.GaussianCurveFitter.
Thanks for your interest in "Commons Math".
For any new code, you should use the latest v
I'm trying to migrate an internal service for interpolation to commons-math
3.6.1, using org.apache.commons.math3.fitting.GaussianCurveFitter. My
thoughts on this method:
- The fit() function returns a double[], what the numbers mean is missing
from the javadoc. I can write the doc, but just need