Drexel dragonThe Math ForumDonate to the Math Forum



Search All of the Math Forum:

Views expressed in these public forums are not endorsed by Drexel University or The Math Forum.


Math Forum » Discussions » Software » comp.soft-sys.math.mathematica

Topic: Using Fit to interpolate data
Replies: 11   Last Post: Jul 27, 2012 4:57 AM

Advanced Search

Back to Topic List Back to Topic List Jump to Tree View Jump to Tree View   Messages: [ Previous | Next ]
Bill Rowe

Posts: 1,572
Registered: 3/14/08
Re: Using Fit to interpolate data
Posted: Jul 27, 2012 4:57 AM
  Click to see the message monospaced in plain text Plain Text   Click to reply to this topic Reply

On 7/26/12 at 3:34 AM, kjm@KevinMcCann.com (Kevin J. McCann) wrote:

>One last go at it:
>
>fiberDataDensitiesFeierabend = {{16, 0}, {10.7, 0.11}, {10.4,
>0.19}, {9.77, 0.41}, {8.29, 3.05}, {7.14, 19.86}};
>model = A Exp[-a x + b]; params =
>FindFit[fiberDataDensitiesFeierabend, model, {A, a, b}, x]


Your choice for a model is a poor choice. Mathematically, there
is no difference between the following

a Exp[b x]
Exp[a x + b]
c Exp[a x + b]

But the last choice is numerically unstable since there are an
infinite number of choices for the parameters b and c that give
the exact same least squares fit to the data.





Point your RSS reader here for a feed of the latest messages in this topic.

[Privacy Policy] [Terms of Use]

© Drexel University 1994-2013. All Rights Reserved.
The Math Forum is a research and educational enterprise of the Drexel University School of Education.