Inverse Rodbard Initial Guesses
Posted by ullala578 on
URL: http://imagej.273.s1.nabble.com/Inverse-Rodbard-Initial-Guesses-tp5019034.html
Hello,
I am trying to fit in a Macro with Fit.doFit an array with the Inverse Rodbard function. To do this I need to set the Initial Guesses
initialGuesses = newArray(0, 10, 4000, 20);
Fit.doFit(InverseRodbard,x, y,initialGuesses);
It seems that it doesn't work and the result is the same if I don't set the initialGuesses or I change the value. Is there something wrong in the curve fitting macro?