predictor-corrector algorithm

버전 1.0.0.0 (1.02 KB) 작성자: Uriel Roque
Solves linear least squares with nonnegative variables
다운로드 수: 3.2K
업데이트 날짜: 2006/5/3

라이선스 없음

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. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14SP2
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Least Squares에 대해 자세히 알아보기
도움

도움 준 파일: zeroSR1

버전 게시됨 릴리스 정보
1.0.0.0

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