フィルターのクリア

iterations required for parameter convergence

1 回表示 (過去 30 日間)
María Jesús
María Jesús 2014 年 12 月 18 日
回答済み: Matt J 2014 年 12 月 18 日
Hi,
I have a code that uses an iteration algorithm to estimate some parameters. Is there a way to get it to iterate until the parameter values converge? (The number of iterations required changes each time, since I'm adding random error to the data)
Thanks!

回答 (1 件)

Matt J
Matt J 2014 年 12 月 18 日
Yes, you can use a while loop.
while ~converged
%iterate
end

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by