Effacer les filtres
Effacer les filtres

nonlinear curve-fitting: weight vector

3 vues (au cours des 30 derniers jours)
anna
anna le 21 Fév 2012
Modifié(e) : Tom Lane le 22 Jan 2018
hi I am working on a multiobjective procedure using the 'lsqcurvefit' (Levenberg-Marquardt algorithm): I would like to use a weight vector during risolution of the best fit in order to force the best fit function following the last inputs in a better way instead of the first ones. How can I?

Réponse acceptée

Richard Willey
Richard Willey le 21 Fév 2012
nlinfit in Statistics Toolbox
  1. Uses Levenberg-Marquardt under the hood
  2. Allows you to input a vector of weights
  2 commentaires
Tom Lane
Tom Lane le 21 Fév 2012
Modifié(e) : Tom Lane le 22 Jan 2018
The use of weights is actually not supported directly in nlinfit, but there is a demo about how to do that. You might use the same technique with lsqcurvefit if you prefer.
anna
anna le 22 Fév 2012
Dear guys,
many many thanks for your reply.
It works perfectly!!!
I have modified my script by using the same technique reported in the last link for the “nlinfit”.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Least Squares dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by