Least Trimmed Squares fitting

9 次查看(过去 30 天)
NA
NA 2021-6-16
评论: Matt J 2021-6-17
Is there any toolbox or written code for least trimmed square in Matlab?

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by