|
From: <br...@ph...> - 2006-06-09 22:01:16
|
EagleFox wrote: > Is it somehow possible to make a fit with gnuplot, so that the extrema > really are superposed? Not really. The problem here is that gnuplot's "fit" command is designed to fit data to analytic models, i.e. those representable as a user-defined function in gnuplot. You're trying to fit data to data. You will have to look for a tool matching that job elsewhere. Octave/Matlab probably have something, as will most software packages dedicated to heavy-duty data processing. gnuplot is not one of them. |