I Trying to understand least squares estimates

Nastya
Messages
2
Reaction score
0
Hi, I'm trying to understand which mathematical actions I need to perform to be able to arrive at the solution shown in the uploaded picture. Thank you.
 

Attachments

  • Screenshot at Feb 26 00-11-44.png
    Screenshot at Feb 26 00-11-44.png
    8.6 KB · Views: 441
Physics news on Phys.org
As a general statement, least squares allows you to obtain " best possible solutions " to systems like :

Ax=b , where b is not in the column space of A. This statement leads to a system like the one you attached to your post. You find the values of x that minimize the
## L^2 ## distance ## ||Ax -b ||_2 ##, and this is the orthogonal projection of b onto Ax.
 
  • Like
Likes Nastya
mfb said:
Are you just looking for the matrix multiplication? If not, I don't understand what you are asking.
Yes, thank you. I will review the matrix multiplication.
 
Back
Top