I would like to understand better how to solve least squares in a sequential/recursive way.
How to use weights in the least squares if the following problem:
y = A*a + B*b
where the estimation of a should be recursively updated, and b should be estimated each time separately.
Any recommendation for a book that can explain it well?