predictor-corrector algorithm

Solves linear least squares with nonnegative variables

이 제출물을 팔로우합니다

Solves the linear least squares problem with nonnegative variables using the predictor-corrector algorithm in:
Portugal, Judice and Vicente, A comparison of block pivoting and interior point algorithms for linear least squares problems with nonnegative variables, Mathematics of Computation, 63(1994), pp. 625-643

인용 양식

Uriel Roque (2026). predictor-corrector algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/8150-predictor-corrector-algorithm), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: zeroSR1

카테고리

Help CenterMATLAB Answers에서 Least Squares에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

the search stops if the theta becomes zero.
documentation indicating steps of algorithm was added.