#!/usr/bin/gnuplot -persist # # # G N U P L O T # Version 5.2 patchlevel 6 last modified 2019-01-01 # # Copyright (C) 1986-1993, 1998, 2004, 2007-2018 # 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.14674176793435e-05 b = -7.14556506104932e-07 c = 2.81021876790213e-09 d = -5.4252650195695e-12 e = 5.15554960004297e-15 f = -1.93333625087143e-18 g = 1 FIT_LIMIT = 1e-99 FIT_MAXITER = 100 FIT_CONVERGED = 1 FIT_NDF = 8 FIT_STDFIT = 1.73965793431893e-08 FIT_WSSR = 2.42112778275104e-15 FIT_P = 1.0 FIT_NITER = 25 a_err = 6.93267431087914e-05 b_err = 6.35599859494662e-07 c_err = 2.30963060162417e-09 d_err = 4.15808543031262e-12 e_err = 3.70917559145555e-15 f_err = 1.31177922867198e-18 # EOF