|
From: Morten H. <mor...@sm...> - 2006-11-14 10:00:11
|
Is there a way to set up restrictions for the variables used when fitting a function to a data set? ---Example--- f(x)=a*x+b fit f(x) 'example.txt' u 2:1 via a,b but variable b must be between 1 and 10 for example Setting a range (x or y) to fit a part of the graph is no problem. Setting limits/range for the individual fitting variables is my problem. Please, Anyone!!! morten |