previous up next print clean
Next: CONCLUSIONS Up: Berryman: Resolution for Lanczos Previous: Modified LSQR

LSQR FOR DAMPED LEAST-SQUARES

If the ray-path matrix is very poorly conditioned, it may be advisable to modify the normal equations with a damping term. Then, (PSLSQR) changes to

& ^T & - = 0 ,   where $\vecr = \vect - \matM\vecs$ is still the residual vector, but now the solution vector satisfies

= (^T+)^-1^T.   The inverse matrix in (dampedvecs) exists for any value of $\mu\gt 0$, since the eigenvalues of $\matM^T\matM$ are nonnegative and the addition of the diagonal term $\mu$ shifts all the eigenvalues up by $\mu$.

Applying the Lanczos method to (LSQRdamped), I quickly discover that the terms proportional to $\mu$ always cancel out of the equations so the hard part of the analysis is the same as for the undamped problem. Thus, I find

_r_r_r^T   and   ^_r_r^-1_r^T,   as before. The orthogonal matrices $\matG_k$ and $\matH_k$ are all identical to those for the undamped case.

Then, I must write the regularized normal matrix in terms of these orthogonal matrices and find its inverse. The resulting matrix is given by

^T+ = _r_r^T_r^T + = _r(_r^T_r + )_r^T + (-_r_r^T).   The inverse matrix is easily shown to be

(^T+)^-1 = _r(_r^T_r + )^-1_r^T + 1(-_r_r^T).   Substituting this result into (dampedvecs) gives

= _r(_r^T_r+)^-1_r^T_r^T = b_1_r(_r^T_r+)^-1_r^T 100,   which should be compared to (solutionvecs). If the data vector and the ray-path matrix are inconsistent, then (dampedsfinal) must be modified in analogy to the modification made in transforming from (solutionvecs) to (ModLSQRinverse). Following the same analytical path in the Lanczos method for damped least-squares, the result is

= _r(_r+)^-1_r^T^T = D_1_r(_r+)^-1 100,   which should be compared to (sfromlanczos).

The resulting resolution matrices are symmetric. The same results hold for partial versions of these formulas, where the process is terminated early at some k < r and rs are replaced by ks everywhere in the formulas (dampedsfinal) and (dampedsfinallanczos).


previous up next print clean
Next: CONCLUSIONS Up: Berryman: Resolution for Lanczos Previous: Modified LSQR
Stanford Exploration Project
11/17/1997