필터 지우기
필터 지우기

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 CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by