Least Trimmed Squares fitting

8 visualizzazioni (ultimi 30 giorni)
NA
NA il 16 Giu 2021
Commentato: Matt J il 17 Giu 2021
Is there any toolbox or written code for least trimmed square in Matlab?

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by