04-03-2009 06:45 PM
I am trying to fit my experimental data with my own function y=a*exp(-x/b)+(1-a)*exp(-x/c) and I want the "a" paremeter to be >0 when doing the fitting.
Is there anyway to do so?
Thanks!
04-03-2009 07:43 PM - edited 04-03-2009 07:43 PM
04-06-2009 09:39 AM
04-06-2009 11:10 AM
sleepyqueen wrote:
what if I use 7.0 vision? Is there any way to realize Constrained Nonlinear Curve Fit use Labview 7.0?
Yes, but you have to do it all yourself from scratch. 😞
04-06-2009 02:39 PM
Try fitting to (a^2)*exp(...) + (1-a^2)*exp(...)
a^2 is always positive, so the constraint is now implicit in the model.
-Jim