#!/usr/bin/gnuplot -persist # # # G N U P L O T # Version 4.4 patchlevel 0 # last modified March 2010 # System: Linux 2.6.33.7-desktop586-2mnb # # Copyright (C) 1986-1993, 1998, 2004, 2007-2010 # Thomas Williams, Colin Kelley and many others # # gnuplot home: http://www.gnuplot.info # faq, bugs, etc: type "help seeking-assistance" # immediate help: type "help" # plot window: hit 'h' GNUTERM = "x11" a = 8.41556978820769e-06 b = -1.0434245736279e-07 c = 4.76951300306852e-10 d = -1.02037075474108e-12 e = 1.04180839651757e-15 f = -4.10842014055398e-19 GPFUN_h = "h(x)=a+b*x+c*x**2+d*x**3+e*x**4+f*x**5" g = 1 FIT_LIMIT = 1e-99 FIT_MAXITER = 100 FIT_CONVERGED = 1 FIT_NDF = 8 FIT_STDFIT = 9.92294851462322e-09 FIT_WSSR = 7.87719257790906e-16 # EOF