Set boundary for least-square calculation
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Linear Least Squares dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!