MathGroup Archive 2002

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

Search the Archive

Use of ShowProgress Option output

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34783] Use of ShowProgress Option output
  • From: Andre Heinemann <heinemann at hmi.de>
  • Date: Thu, 6 Jun 2002 01:55:09 -0400 (EDT)
  • Organization: HMI Berlin
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

... may be my question was not clear in detail, but I realy can't find a 
solution.
I will show you an example from the help browswer to ilustrate my problem.


data={{1.0,1.0,.126},{2.0,1.0,.219},{1.0,2.0,.076},{2.0,
        2.0,.126},{.1,.0,.186}};

NonlinearRegress[data,
  theta1 theta3 x1/(1+theta1 x1+theta2 x2),{x1,x2},{theta1,theta2,theta3},
  RegressionReport->BestFitParameters,ShowProgress->True]

I get:

 From In[396]:=
Iteration:1 ChiSquared:0.23634239210284666` Parameters:{1.,1.,1.}


  • Prev by Date: New Units Package On MathSource
  • Next by Date: Re: Coupled Differential Equations
  • Previous by thread: New Units Package On MathSource
  • Next by thread: RE: Use of ShowProgress Option output