Least Squares using Cholesky Decomposition

This function computes the (linear) least squares solution using Cholesky decomposition
153 download
Aggiornato 29 giu 2018

Visualizza la licenza

This function computes the n-dimensional column vector x that minimizes norm(b-A*x),
where A is an m-by-n coefficient matrix and b is the m-dimensional right side column vector ( m >> n ).

Cita come

Marco Cococcioni (2024). Least Squares using Cholesky Decomposition (https://www.mathworks.com/matlabcentral/fileexchange/59969-least-squares-using-cholesky-decomposition), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R12
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Linear Algebra in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Added a picture

minor fix
minor fix
minor fix
minor fix