Hi Gilles , Can you tell me which is the best subclass from AbstractCurveFitter to fit better to the problem ?
Thanks a lot . 2014-08-14 6:33 GMT-03:00 Gilles <[email protected]>: > On Wed, 13 Aug 2014 22:08:39 -0300, South Light wrote: > >> Hi, >> >> May be someone can help me with this problem. >> >> Given the follow function: y = 10 ^ ((x + 82) / (-10 * A)) >> >> I would like to found the A value witch curve fit better for a set of x,y >> values, usually the set is about 20 to 25 x,y values. >> >> I use the CurveFitter class and the ParametricUnivariateFunction >> > > The "CurveFitter" class is deprecated. > Please use "AbstractCurveFitter" instead. > > > Best regards, > Gilles > > [...] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
