|
From: Chris <cpa...@la...> - 2006-08-02 16:37:29
|
Hernán Gonzalo Asorey <asoreyh <at> ib.cnea.gov.ar> writes: > > Hi Chris, > > Everytime you do a fit, a copy of what you see in your terminal is > saved into the file "fit.log". There, you could see all the > information provided during the fit procedure, errors included.Try > "help fit" for additional information. > I hope this helps. > > On 7/31/06, Chris <cpaulson <at> lanl.gov> wrote: > > Hi, > > I'm trying to save fit parameters to file. I've accomplished it so far using: > > save functions 'var.dat' > > However, this method doesn't save any error information. Is there any way to > > save those values? > > Thanks, > > Chris > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys -- and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Gnuplot-info mailing list > > Gnuplot-info <at> lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > > Hello, Thanks for the help. This isn't really going to work for me. I'm doing a batch process. I read the file back into my program a little later so using the fit file makes life much more complicated. I posted the same question on Google Groups (http://groups.google.com/group/comp.graphics.apps.gnuplot/browse_thread/thread/72184d33cee34185/74dadb9c6ae490bb#74dadb9c6ae490bb) and got another reply that was much more feasible. I've posted Theo Hopman's response below: This method also shouldn't save any information about variables, since you're asking it to save functions. If you do set fit errorvariables fit ... save variables 'var.dat' you'll have (all) variables, including fit parameters and their estimated errors in the file 'var.dat'. Thanks again Hernán! Chris |