predictor-corrector algorithm

Solves linear least squares with nonnegative variables
3,2K Descargas
Actualizado 3 may 2006

Sin licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R14SP2
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Least Squares en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: zeroSR1

Versión Publicado Notas de la versión
1.0.0.0

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