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!