Least Squares using Cholesky Decomposition
Version 1.0.0.0 (1.42 KB) by
Marco Cococcioni
This function computes the (linear) least squares solution using Cholesky decomposition
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 ).
Cite As
Marco Cococcioni (2024). Least Squares using Cholesky Decomposition (https://www.mathworks.com/matlabcentral/fileexchange/59969-least-squares-using-cholesky-decomposition), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R12
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Linear Algebra >
Find more on Linear Algebra in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | Added a picture minor fix
|