MathGroup Archive 2003

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

Search the Archive

Re: Forcing a Fit through a Data Point (Mathematica 5)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43591] Re: Forcing a Fit through a Data Point (Mathematica 5)
  • From: Antti Penttilä <Antti.I.Penttila at helsinki.fi>
  • Date: Tue, 23 Sep 2003 04:01:35 -0400 (EDT)
  • Organization: University of Helsinki
  • References: <bkm7pa$rhj$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Change
> abc = Fit[data, {1, x, x}, x]
to
abc = Fit[data, {x}, x]

-- 
    Antti Penttilä           Antti.I.Penttila at helsinki.removethis.fi


  • Prev by Date: Re: Annotating Mathematica-generated postscript graphics
  • Next by Date: Problems with Evaluate[]
  • Previous by thread: Forcing a Fit through a Data Point (Mathematica 5)
  • Next by thread: Re: Forcing a Fit through a Data Point (Mathematica 5)