MathGroup Archive 2001

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

Search the Archive

ShowProgress in NonlinearFit

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31980] ShowProgress in NonlinearFit
  • From: "Borut L" <borut at email.si>
  • Date: Fri, 14 Dec 2001 16:53:11 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Greetings newsgroup,

The NonlinearFit[] works well my being able to watch the 'progress' of
fitting. One achieves this by setting ShowProgress->True, eg:

NonlinearFit[data
  , a1 Exp[-b1 x] + a2 Exp[-b2 x], x
  , {{a1, 5000}, {a2, 5000}, {b1, 1/100}, {b2, 1/100}}
  , ShowProgress -> True]

However, the intermediate results are just printed on the screen. What I
would like is their being stored in some list to analyze them afterwards.

 How can this be achieved, I ask you.


 Thank you a lot for your kind help,


 Borut Levart
a student




  • Prev by Date: Re: Bump Function
  • Next by Date: Re: symbolic calculations with complex numbers
  • Previous by thread: Re: Functions with Options
  • Next by thread: Solved: Packed array generation and complex numbers