Least Trimmed Squares fitting

13 visualizaciones (últimos 30 días)
NA
NA el 16 de Jun. de 2021
Comentada: Matt J el 17 de Jun. de 2021
Is there any toolbox or written code for least trimmed square in Matlab?

Respuesta aceptada

Matt J
Matt J el 16 de Jun. de 2021
If you don't have too many unknown parameters to fit, you could implement it easily with fminsearch.
  7 comentarios
NA
NA el 17 de Jun. de 2021
Editada: NA el 17 de Jun. de 2021
Why would you choose k=1?
Removing more than 1 row from the x make the matrix rank deficient.
Matt J
Matt J el 17 de Jun. de 2021
I don't understand the meaning of x being a matrix when y is not.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Linear and Nonlinear Regression 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