MathGroup Archive 2003

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

Search the Archive

Re: assigning Fit functionally

  • To: mathgroup at smc.vnet.net
  • Subject: [mg41333] Re: assigning Fit functionally
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 15 May 2003 03:57:49 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <b9tdhm$7qc$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

and what does the RegressionReport->{BestFitParameters} 
of the Regress[] function ? Return a list of rules
for the best fit parameters ??

Regards
  Jens

gong li wrote:
> 
> hi
> 
> i would like to do the following:
> 
> processdata[fitdata_,fitfns_,fitvars_,rundata_]:=Module[{f},
> f=Fit[fitdata,fitfns,fitvars]
> Map[f,rundata]]
> 
> this is the basic idea of what i want.  fitdata has 1 more column than
> rundatam so fit will process the fitting correctly.  however, Fit's
> result is an expression with the symbols in fitvars hardcoded into it
> so its not working properly.
> 
> thanks for any help
> -gong li


  • Prev by Date: Re: matrix construction
  • Next by Date: Re: Apart, Factor on different operations
  • Previous by thread: assigning Fit functionally
  • Next by thread: RE: assigning Fit functionally