#!/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 = -0.00041136063637731 b = 3.71133521001633e-06 c = -1.32057925826397e-08 d = 2.31624527985831e-11 e = -2.00224791317421e-14 f = 6.82500309733723e-18 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 = 5.47681100032808e-08 FIT_WSSR = 2.39963669866517e-14 # EOF