On Thu, Jul 05, 2012 at 08:35:28PM +0000, Italo Maia wrote:
> 
> No juice. Hell! The initial function I'm trying to fit is:
> 
> f(t, a, b, c) = a * t^b * exp(t*-c)
> 
> I had the log of it to make it linear:
> 
> 
> f(t, a, b, c) = log(a) + b*log(t) - c*t
> 
> I was using the log to do the fitting in python with scipy. With CurveFitter 
> should I do the same?

Please show the code.


Regards,
Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to