|
From: Patrick D. <pd...@gm...> - 2019-06-29 22:18:58
|
Hello, I am not sure that it is a helfull response. Even with Marquardt-Levenberg method, you can constrain parameters. Anyway, you can always does it in the function, and put the constrains here since conditional statement are accepted. Regards. > Subject: Re: [Gnuplot-info] range of fitted variable > > --- pdupre > > Hello, > > > > Can I set a range to the fitted variable ? > > An option could be to set a if (condition) in the fitting function. Is it possible? > > > > Thanks > > > > fit of gnuplot use Marquardt-Levenberg method. > Marquardt-Levenberg method is a uncostrained method. You cannot set bounds of parameters. > > Tatsuro > > |