Weighted fit using fmincon

13 visualizaciones (últimos 30 días)
Chris Angeloni
Chris Angeloni el 3 de Mzo. de 2020
Editada: Chris Angeloni el 3 de Mzo. de 2020
I am trying to fit a logistic function to some data, and I've been using fmincon with success. One thing that I would like to implement in my fitting procedure is to fit the data in a weighted fashion... that is, if I have fewer observations for one of the data points I'm trying to fit, the fitting procedure will be less sensitive to that data point.
nlinfit in matlab has this functionality, but in general I find that function too hard to customize and have had better results with fmincon. I'm relatively unfamiliar with adding constraints to fmincon, but maybe there is an easy way to implement this? I appreciate any ideas!

Respuesta aceptada

Fabio Freschi
Fabio Freschi el 3 de Mzo. de 2020
How about to repeat the samples of the points you want to weight more?
  3 comentarios
Fabio Freschi
Fabio Freschi el 3 de Mzo. de 2020
Can you share (part of) the data, and show what's wrong with the result?
Chris Angeloni
Chris Angeloni el 3 de Mzo. de 2020
Editada: Chris Angeloni el 3 de Mzo. de 2020
Actually, my apologies, I think there was something else in my code that was causing those fits to look poor. It works really well! I'll edit my past comment.
And FWIW, fitting individual observations is an equivalent way of doing this, and seems to work with binary observations.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by