Least-square with 2-norm constraint

Minimize |A*x-b|^2 such that |x| = cte
1,1K descargas
Actualizado 26 mar 2021

Ver licencia

This kind of problem arises in statistics, linear algebra, and regularization.

The method uses quadratic eigen-value problem (QEP).
Version 2 also has Sorensen/Brust method

Citar como

Bruno Luong (2024). Least-square with 2-norm constraint (https://www.mathworks.com/matlabcentral/fileexchange/27596-least-square-with-2-norm-constraint), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Agradecimientos

Inspiración para: Quadratic minimization with norm constraint

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
2.0.0.1

Add missing file phifun

2.0.0.0

Implement more robust method

1.0.0.0