Least Trimmed Squares fitting

13 Ansichten (letzte 30 Tage)
NA
NA am 16 Jun. 2021
Kommentiert: Matt J am 17 Jun. 2021
Is there any toolbox or written code for least trimmed square in Matlab?

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Linear and Nonlinear Regression finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by