Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Saving Error Values to File

151 views
Skip to first unread message

capa...@gmail.com

unread,
Jul 31, 2006, 6:44:28 PM7/31/06
to
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

Theo Hopman

unread,
Aug 1, 2006, 11:21:00 AM8/1/06
to

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'.

THeo

capa...@gmail.com

unread,
Aug 1, 2006, 12:15:49 PM8/1/06
to


Thanks for the help, the estimated errors are now printed in the
'var.dat' file. I accidently put "function" instead of "variable,"
sorry about that.
Chris

0 new messages