How is the residual in lsqnonlin calculated?

1 visualizzazione (ultimi 30 giorni)
Gina Carts
Gina Carts il 2 Apr 2019
Commentato: John D'Errico il 2 Apr 2019
Does anyone know how's the residual being calcualted in lsqnonlin function?
I am interested to know the formula.
Is it : res = sum(fun(x).^2) at x?
Where fun is the function you are trying to minimize.
  2 Commenti
Torsten
Torsten il 2 Apr 2019
Modificato: Torsten il 2 Apr 2019
5th line from above under
But as a user of lsqnonlin, you have to supply the residual vector as
res(i) = f_i(x)
where f_i(x) is the i-th function you want to zeroize.
John D'Errico
John D'Errico il 2 Apr 2019
Exactly. lsqnonlin does not calculate any residual. YOU calculate it, and return that to lsqnonlin, via your objective function.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Interpolation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by