#!/usr/bin/gnuplot -persist # # # G N U P L O T # Version 4.2 patchlevel 4 # last modified Sep 2008 # System: Linux 2.6.29.6-desktop586-3mnb # # Copyright (C) 1986 - 1993, 1998, 2004, 2007, 2008 # Thomas Williams, Colin Kelley and many others # # Type `help` to access the on-line reference manual. # The gnuplot FAQ is available from http://www.gnuplot.info/faq/ # # Send bug reports and suggestions to # GNUTERM = "x11" a = -4.08312435158517e-07 b = 2.79882943582032e-09 c = -7.15688664735573e-12 d = 8.29157725230588e-15 e = -3.8038707776351e-18 f = 1.95163029334414e-22 g = 1 FIT_LIMIT = 1e-99 FIT_MAXITER = 100 FIT_CONVERGED = 1 FIT_NDF = 8 FIT_STDFIT = 1.92476748611814e-10 FIT_WSSR = 2.96378390049404e-19 # EOF