Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2428

Questions about gnuplot command fit by a newbee.

X-Received by 10.236.130.101 with SMTP id j65mr7308204yhi.29.1398607446380; Sun, 27 Apr 2014 07:04:06 -0700 (PDT)
X-Received by 10.140.93.15 with SMTP id c15mr11966qge.14.1398607446336; Sun, 27 Apr 2014 07:04:06 -0700 (PDT)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!cm18no6808300qab.0!news-out.google.com!dz10ni22607qab.1!nntp.google.com!ih12no439273qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.graphics.apps.gnuplot
Date Sun, 27 Apr 2014 07:04:06 -0700 (PDT)
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=2001:981:b42:1:223:54ff:fe7b:d987; posting-account=ZEZdrQkAAAD0bYyWu4Wn7EMlA9al8rkP
NNTP-Posting-Host 2001:981:b42:1:223:54ff:fe7b:d987
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <1f95d7ab-7451-4ced-9e26-e4522737bf0a@googlegroups.com> (permalink)
Subject Questions about gnuplot command fit by a newbee.
From jnw@xs4all.nl
Injection-Date Sun, 27 Apr 2014 14:04:06 +0000
Content-Type text/plain; charset=ISO-8859-1
X-Received-Bytes 1867
X-Received-Body-CRC 3080684039
Xref csiph.com comp.graphics.apps.gnuplot:2428

Show key headers only | View raw


Greetings,

I'm new to gnuplot, but I've read the documentation and searched thsi newsgroup,but I still have some questions.

The first one is: Now matter what I set FIT_LIMIT to (eg. 1.0e-14), in fit.log it always says "limit for stopping : 1e-05".  The gnuplot output to stderr correctly reports "limit for stopping : 1e-14". Is this a bug?

I'm using a linear fit, as in
  f(x) = m * x + b
  fit f(x) "<file>" using 1:4:(1) via m,b
The second question is: Is there a way to include the final values of m and b in the plot?

The x-axis is a date, as in
  set xdata time
  set timefmt "%Y-%m-%d"
  set xtics format "%d-%m"
The third question is: In what unit of time is the final value of m expressed; or how do I get the value per day from the final value of m given now?

Thanks for a great program, and for your time!

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Questions about gnuplot command fit by a newbee. jnw@xs4all.nl - 2014-04-27 07:04 -0700
  Re: Questions about gnuplot command fit by a newbee. Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2014-04-27 17:22 +0200
    Re: Questions about gnuplot command fit by a newbee. jnw@xs4all.nl - 2014-04-27 10:51 -0700

csiph-web