Use of NonlinearRegress[..., ShowProgress -> True,...] Option Output.
- To: mathgroup at smc.vnet.net
- Subject: [mg34740] Use of NonlinearRegress[..., ShowProgress -> True,...] Option Output.
- From: Andre Heinemann <heinemann at hmi.de>
- Date: Tue, 4 Jun 2002 03:41:52 -0400 (EDT)
- Organization: HMI Berlin
- Sender: owner-wri-mathgroup at wolfram.com
Dear MathGroup members,
I want to use the output of the NonlinearRegress[] function option:
ShowProgress -> True.
...
Iteration:2 ChiSquared:21.06194755583588` \
Parameters:{0.220634,5.06267,3.95254,4.29661,0.350122,0.516797,-0.000112304,5.\
15095,1.02879,0.3}
Iteration:6 ChiSquared:1.6841295804356515` \
Parameters:{0.211089,5.17294,4.21411,4.14313,0.353888,0.422795,-0.00231333,4.\
18785,2.59554,-0.455421}
...
>From that I have to create a list of the form: {{Iterationstep,{Parameters}},...}
I failed(Yes with the simple copy and paste methode it works) but my aim is
to make this procedure automatically. Do you have any idee how I can solve this problem ?
Thanks in advance
Andre