MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: FindFit issue

  • To: mathgroup at smc.vnet.net
  • Subject: [mg86433] Re: FindFit issue
  • From: Nazdrovje <nazdrovje at gmail.com>
  • Date: Tue, 11 Mar 2008 02:59:00 -0500 (EST)
  • References: <fr2mhj$o5h$1@smc.vnet.net>

You could try using inititial values for the parameters a and b:

In[36]:= FindFit[d,
 0.072214 - a*Log[10, 1 + b*x], {{a, 0}, {b, 0.1}}, x]

Out[36]= {a -> 0.0337413, b -> 0.00578092}


  • Prev by Date: Re: Evaluating notebooks from other notebooks
  • Next by Date: Re: A question regarding a hyperbolic geometric function
  • Previous by thread: Re: FindFit issue
  • Next by thread: Re: FindFit issue