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: [mg24925] Re: Using output of a Fit
  • From: Lawrence Walker <lwalker701 at earthlink.net>
  • Date: Sun, 20 Aug 2000 01:35:20 -0400 (EDT)
  • Organization: Morgan State University: COMSARE
  • References: <8nlib8$9gi@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Keith,

You can use

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

Now you can automatically send the output of Fit to be evaluated using
different values of x.

Lawrence


owenzooey at my-deja.com wrote:

> 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: Re: Can you round number to the nearest x?
  • Next by Date: RE: Can you round number to the nearest x?
  • Previous by thread: Using output of a Fit
  • Next by thread: Re: Using output of a Fit