The least-squares tag has no wiki summary.
2
votes
1answer
101 views
Doubt on Weighted Least Square Estimation
This is a page from the book linear algebra,geodesy and gps by Gilbert Strang....
the page explains about the justification of the inverse of the of the co variance matrix of measurement vector $b$ ...
2
votes
2answers
91 views
Least Square Error Estimation doubt when can we write $(A^TA)^{ -1} = A^{-1}(A^T)^{-1}$?
I am new to linear algebra and have this simple question...
in least sqaure estimation...the best estimation of the equation $Ax = b$ is $x_{Estimated} = A (A^t A )^{-1} A^t b$...the projection of $b$ ...
13
votes
1answer
192 views
How to tell if an error surface is convex? (Is it determined by the Covarinace matrix or the Hessian)?
I am currently learning about least-squares (and other) estimations for regression, and from what I am also reading in some adaptive algorithm literatures, often times the phrase "... and since the ...
13
votes
1answer
305 views
How do I improve LMS / NLMS filter performance?
Are there ways to increase computational performance of a normalized least squares (NLMS) filter? Multidelay block frequency-domain (MDF) filters have been proposed to do this, but they also take away ...