What is lambda in lsqcurvefit?
Show older comments
lsqcurvefit returns the lambda values as a structure with fields lower and upper. But according to the Levenberg-Marquardt algorithm
, where we have to specify the initial value of lambda, which is a scalar and it changes its value after each iteration.
Why is the lambda returned by the lsqcurvefit function having two vectors for upper and lower separately and why are they zeros in most of the cases?
Accepted Answer
More Answers (0)
Categories
Find more on Least Squares in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!