Log Message: |
Added clma(), a constrained LMA fitting function. We can now set a lower and upper bound for fitting. Be sure that the initial estimate is between, not at, the bounds. It transforms the parameters using x1 = ((b-a)*tanh(x0)+b+a)/2 for the interval (a,b).
|