Least Trimmed Squares fitting

12 views (last 30 days)
NA
NA on 16 Jun 2021
Commented: Matt J on 17 Jun 2021
Is there any toolbox or written code for least trimmed square in Matlab?

Accepted Answer

Matt J
Matt J on 16 Jun 2021
If you don't have too many unknown parameters to fit, you could implement it easily with fminsearch.
  7 Comments
NA
NA on 17 Jun 2021
Edited: NA on 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 on 17 Jun 2021
I don't understand the meaning of x being a matrix when y is not.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!