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


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

Re: Fit with "multi-part" function?

Newsgroups comp.graphics.apps.gnuplot
Date 2013-10-30 06:44 -0700
References <f393ddc2-46b5-4551-8d4f-de48d257ae4c@googlegroups.com> <l4qkcj$6u3$1@news.rz.uni-karlsruhe.de>
Message-ID <7b6d5d2d-ee8e-47cc-afff-37a6ac91f0bd@googlegroups.com> (permalink)
Subject Re: Fit with "multi-part" function?
From trg818@gmail.com

Show all headers | View raw


On Wednesday, October 30, 2013 10:43:40 AM UTC+1, Karl wrote:
> delta0 does not appear in fnaux(), fn(), or Vth(), so you cannot fit
> "via delta0".
Well, at least not explicitly, but via b2
> b2=1./(3.*delta0-1)
> is not a function, so it does not get evaluated during fitting. You can
> declare
> b2(x)=1./(3.*x-1)
> and then replace all "b2" by "b2(alpha0)". Think it should work then.
I guess that would be b2(delta0). Anyway, I tried both
b2(x)=1./(3.*delta0-1),
calling b2(x) as b2(x) with x being a dummy variable, and
b2(delta0)=1./(3.*delta0-1),
calling it as b2(delta0) as you suggested, but the error remains the same.

Thomas

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


Thread

Fit with "multi-part" function? trg818@gmail.com - 2013-10-29 16:57 -0700
  Re: Fit with "multi-part" function? Karl <mail.kfr@gmx.net> - 2013-10-30 10:43 +0100
    Re: Fit with "multi-part" function? trg818@gmail.com - 2013-10-30 06:44 -0700
      Re: Fit with "multi-part" function? Karl <mail.kfr@gmx.net> - 2013-10-30 16:18 +0100

csiph-web