Re: Who find a better fit of this experimental data?
- To: mathgroup at smc.vnet.net
- Subject: [mg45631] Re: Who find a better fit of this experimental data?
- From: poujadej at yahoo.fr (Jean-Claude Poujade)
- Date: Fri, 16 Jan 2004 19:57:10 -0500 (EST)
- References: <bu8ihs$ars$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
guillerm at aida.usal.es (Guillermo Sanchez) wrote in message news:<bu8ihs$ars$1 at smc.vnet.net>...
> Dear group?.
> I attach some expemental data. I have fitted them with a biexponential
> function, but the fit is not good enough. Who find a better fit of
> this experimental data?
[...]
With :
f1[t_] := a t Exp[-b t];
NonlinearRegress[data, f1[t], {t}, {{a,10000},{b,10}}]
the estimated variance seems to be better...
---
jcp