Re: Curve fitting with version 4

2023-06-04 Thread Gilles Sadowski
Hi. Le dim. 4 juin 2023 à 18:58, Steven Verstoep a écrit : > > Hi, > > I’ve found example code on site for curve fitting at: > https://commons.apache.org/proper/commons-math/userguide/fitting.html > > It uses: > WeightedObservedPoints > > I got this working in java/gradle with the

Curve fitting with version 4

2023-06-04 Thread Steven Verstoep
Hi, I’ve found example code on site for curve fitting at: https://commons.apache.org/proper/commons-math/userguide/fitting.html It uses: WeightedObservedPoints I got this working in java/gradle with the dependency/import: dependencies { compile 'org.apache.commons:commons-math3:3.6.+' //