predictor-corrector algorithm

Solves linear least squares with nonnegative variables
3,2K Downloads
Aktualisiert 3. Mai 2006

Keine Lizenz

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

Zitieren als

Uriel Roque (2026). predictor-corrector algorithm (https://de.mathworks.com/matlabcentral/fileexchange/8150-predictor-corrector-algorithm), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R14SP2
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Least Squares finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert: zeroSR1

Version Veröffentlicht Versionshinweise
1.0.0.0

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