I.3.3.2: Multiple-block Least Squares.

Now suppose there are multiple blocks. We minimize the loss function Block relaxation in this case is Gauss-Seidel iteration.

The update formula for the Gauss-Seidel method is Define to be the block triangular matrix with the blocks with of below the diagonal, and the block triangular matrix with the upper diagonal blocks with . Thus and . Now and thus The least squares estimate satisfies and thus or


[Insert mls.R Here](../code/mls.R)