NITER in MPFITFUN [message #87129] |
Thu, 09 January 2014 02:26  |
Chrisss
Messages: 18 Registered: November 2013
|
Junior Member |
|
|
Hi everyone!
Is there, in MPFITFUN, an option used to count the number of iterations made in fitting procedure and return this number? Is NITER this keyword?
Cheers,
Christina
|
|
|
|
|
Re: NITER in MPFITFUN [message #87149 is a reply to message #87135] |
Fri, 10 January 2014 12:21  |
Craig Markwardt
Messages: 1869 Registered: November 1996
|
Senior Member |
|
|
On Thursday, January 9, 2014 9:41:20 AM UTC-5, Khris wrote:
> Thank you Mr Markwardt!
>
> So, I just have to write NITER=niter in MPFITFUN procedure, then
>
> N=MAX(niter)
> print, N
>
> to know the number of iterations?
Well, why don't you try it out? You don't need to use the MAX() function.
|
|
|