Least Trimmed Squares fitting

조회 수: 8 (최근 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