MathGroup Archive 2002

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

Search the Archive

Re: Use of ShowProgress Option output

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34833] Re: [mg34783] Use of ShowProgress Option output
  • From: "Y.A. Tesiram" <yas at pcomm.hfi.unimelb.edu.au>
  • Date: Sat, 8 Jun 2002 05:22:14 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,
I assume you mean that you can't see the rest of the output from
ShowProgress.
I can't repeat what you report, but a quick search on ShowProgress in the
help index brings up a reference to the package

NumericalMath`InterpolateRoot`

Maybe you could load this package as well.

Yas



On Thu, 6 Jun 2002, Andre Heinemann wrote:

> 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: Re: Problem with hypergeometric function
  • Next by Date: Re: Coupled Differential Equations
  • Previous by thread: RE: Use of ShowProgress Option output
  • Next by thread: Re: Use of ShowProgress Option output