MathGroup Archive 2000

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

Search the Archive

Re: Using output of a Fit

  • To: mathgroup at smc.vnet.net
  • Subject: [mg24932] Re: [mg24895] Using output of a Fit
  • From: Matt.Johnson at autolivasp.com
  • Date: Tue, 22 Aug 2000 16:22:42 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Keith-

f[x_] = Fit[data, {1,x}, x];

then f[x] will return your values.

matt






owenzooey at my-deja.com on 08/19/2000 02:46:14 AM

cc:
Subject: [mg24932]  [mg24895] Using output of a Fit


I've used

Fit[data,{1,x},x]

to determine a best-fit line.

How can I automatically send the output of Fit to be evaluated using
different values of x?

Thanks,
Keith N.


Sent via Deja.com http://www.deja.com/
Before you buy.







  • Prev by Date: Mathematica coding
  • Next by Date: Several colors in MultipleListPlot
  • Previous by thread: Re: Using output of a Fit
  • Next by thread: Can you round number to the nearest x?