Least-square with 2-norm constraint
Version 2.0.0.1 (4,3 KB) von
Bruno Luong
Minimize |A*x-b|^2 such that |x| = cte
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
Zitieren als
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. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2010a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Mathematics and Optimization > Optimization Toolbox > Quadratic Programming and Cone Programming >
- Mathematics and Optimization > Optimization Toolbox > Least Squares >
Mehr zu Quadratic Programming and Cone Programming finden Sie in Help Center und MATLAB Answers
Tags
Quellenangaben
Inspiriert: Quadratic minimization with norm constraint
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
SphereLsq
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
2.0.0.1 | Add missing file phifun |
||
2.0.0.0 | Implement more robust method |
||
1.0.0.0 |