azay
- 18
- 0
Given a homogeneous linear least squares problem:
[tex] A^{T}y=0[/tex]
What is the difference between minimizing
[tex] y^{T}AA^{T}y[/tex] (the least square error)
and:
[tex] y^{T}AA^{+}y=y^{T}A(A^{T}A)^{-1}A^{T}y[/tex]
?
Thanks.
[tex] A^{T}y=0[/tex]
What is the difference between minimizing
[tex] y^{T}AA^{T}y[/tex] (the least square error)
and:
[tex] y^{T}AA^{+}y=y^{T}A(A^{T}A)^{-1}A^{T}y[/tex]
?
Thanks.