Whoops! Where you read new double[n][n] is actually new double[n][2]
> From: [email protected] > To: [email protected] > Subject: RE: [math] > Date: Thu, 5 Jul 2012 21:19:17 +0000 > > > Here you go: http://pastebin.com/UR0GV7ST > > > > Unfortunatly I can't provide the matrix data. : / > > > Date: Thu, 5 Jul 2012 23:06:18 +0200 > > From: [email protected] > > To: [email protected] > > Subject: Re: [math] > > > > 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: [email protected] > > For additional commands, e-mail: [email protected] > > >
