#!/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.29605592011037 b = -0.0798931031640926 c = 0.000304650735560825 d = -5.73919450734918e-07 e = 5.3448895330734e-10 f = -1.97009455203892e-13 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 = 0.00171797604428074 FIT_WSSR = 2.36115335097801e-05 # EOF