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