Re: Recover parameter of the previous fit

Ethan A Merritt <[email protected]>
Newsgroups gmane.comp.graphics.gnuplot.user
Message-ID <2426605.KMHY0yxWqB@stonelion>
On Monday, 27 May 2019 16:53:59 Patrick Dupre wrote:
> Hello,
> 
> Sometimes, the fit does not converge properly and we would  like to recover
> the parameters of the previous fit.
> 1) it is possible?
> 2) if not, how can I save the parameters of a fit and recall them later?

Does the "save fit" command not work for you?
The intended use is:

fit ...    #works
save fit 'save.file'
...
...  lots of stuff that may or may not have worked
...
load 'save.file'   # restore saved variables.


	Ethan


-- 
entia non sunt multiplicanda praeter necessitatem

_______________________________________________
gnuplot-info mailing list
[email protected]
Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.