Effacer les filtres
Effacer les filtres

iterations required for parameter convergence

1 vue (au cours des 30 derniers jours)
María Jesús
María Jesús le 18 Déc 2014
Réponse apportée : Matt J le 18 Déc 2014
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!

Réponses (1)

Matt J
Matt J le 18 Déc 2014
Yes, you can use a while loop.
while ~converged
%iterate
end

Community Treasure Hunt

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

Start Hunting!

Translated by