You are on page 1of 1

#!

/gnuplot
#
#
# G N U P L O T
# Version 5.2 patchlevel 2 last modified 2017-11-15
#
# Copyright (C) 1986-1993, 1998, 2004, 2007-2017
# 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"
arch = "datosplanta.txt"
archv = "vars1.txt"
L = 1.97424509652197
K = 1.61968344283389
Tau = 12.3889722321696
GPFUN_f = "f(t) = ( t <= L ) ? 0 : K*(1 - exp(-(t-L)/Tau) )"
FIT_CONVERGED = 1
FIT_NDF = 2198
FIT_STDFIT = 0.0128730750528059
FIT_WSSR = 0.364243902770751
FIT_P = 1.0
FIT_NITER = 12
K_err = 0.0155295314455797
Tau_err = 0.168110361778533
L_err = 0.00753620281636957
# EOF

You might also like