Fitting data using lsqnonlin
显示 更早的评论
I want to fit a vector (1*4000) to a normal-gamma-gamma mixture model (summation of these three distribution) using lsqnonlin,'Algorithm:trust-region-reflective' (I have to use this command according to my reference). However, with different initial point, I got the message: "Local minimum found". I've read the MatLab suggestions about how this problem can be solved, but I can't figure it out. Your help would be greatly appreciated. Thanks
1 个评论
Alan Weiss
2017-6-2
I am sorry, but I do not understand your question. Is the issue that you got a local minimum rather than a global minimum? If so, you should know that lsqnonlin only reports that it finds local solutions, it has no way of knowing whether or not it found a global solution. See Local vs. Global Optima.
If your question is about something else, please ask again, stating more explicitly what the issue is.
Alan Weiss
MATLAB mathematical toolbox documentation
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Choose a Solver 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!