[Linear Algebra] Least Squares Problem
Least Squares Problem
- Sum of squared errors : ∥∥∥b−Ax∥∥∥
- Definition : given an overdetermined system Ax≃b where A∈Rm×n,x∈Rm,b∈Rn and m≫n, a lest squares solution x^ is defined as x^=xargmin∥∥∥b−Ax∥∥∥
- The most important aspect of the least-squares problem is that no matter what x we select, the vector Ax will necessarily be in the column space ColA
- Thus, we seek for x that makes Ax as the closest point in ColA to b