#!/usr/bin/gnuplot -persist # # # G N U P L O T # Version 4.6 patchlevel 4 last modified 2013-10-02 # Build System: Linux x86_64 # # Copyright (C) 1986-1993, 1998, 2004, 2007-2013 # Thomas Williams, Colin Kelley and many others # # gnuplot home: http://www.gnuplot.info # faq, bugs, etc: type "help FAQ" # immediate help: type "help" (plot window: hit 'h') GNUTERM = "wxt" a = 7.98734100700702e-19 b = -7.33865647704904e-21 c = 2.67087880871151e-23 d = -4.81326011998686e-26 e = 4.29561857187312e-29 f = -1.51913605992166e-32 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 = 0 # EOF