Set boundary for least-square calculation
Ältere Kommentare anzeigen
Hello,
When calculating least-squares we use the form Xw=y (where X is a matrix and y is a vector of appropriate dimensions).
This gives us an approximation, and it can happen that some resulting w will be such that its Xw<y.
Is there a way how to make every w big enough so that its Xw≥y?
And is it possible, at the same time, to make sure this Xw is smaller than some other given number?
Can MATLAB resolve this?
Thank you Best regards
hugo
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Linear Least Squares finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!