Next: Nonlinear L.S. conjugate-direction template
Up: MEANS, MEDIANS, PERCENTILES AND
Previous: Weighted L.S. conjugate-direction template
L1 or
L2 or
The easiest method of model fitting is linear least squares.
This means minimizing the sums of squares of residuals (
).
On the other hand, we often encounter huge noises
and it is much safer to minimize
the sums of absolute values of residuals
(
).
(The problem with
is that there are multiple minima,
so the gradient is not a sensible way to seek the deepest).
There exist specialized techniques for handling
multivariate fitting problems.
They should work better than the simple
iterative reweighting outlined here.
A penalty function that ranges from
to
,depending on the constant
is
| ![\begin{displaymath}
E(\bold r) \eq \sum_i \left( \sqrt{1+r_i^2/\bar r^2} - 1 \right)\end{displaymath}](img37.gif) |
(9) |
Where
is small, the terms in the sum amount to
and where
is large, the terms in the sum amount to
.We define the residual as
| ![\begin{displaymath}
r_i \eq \sum_j \ F_{ij}m_j - d_i\end{displaymath}](img42.gif) |
(10) |
We will need
| ![\begin{displaymath}
{\partial r_i\over\partial m_k}
\eq \sum_j \ F_{ij} \delta_{jk} \eq F_{ik}\end{displaymath}](img43.gif) |
(11) |
where we briefly used the notation that
is 1 when
j=k and zero otherwise.
Now,
to let us find the descent direction
,we will compute
the k-th component gk of the gradient
.We have
| ![\begin{displaymath}
g_k \eq
{\partial E \over\partial m_k}
\eq \sum_i \ {1\over\...
...^2}}\
{ r_i \over \bar r^2}
\
{\partial r_i\over\partial m_k}\end{displaymath}](img47.gif) |
(12) |
| ![\begin{displaymath}
\bold g \eq \Delta\bold m
\eq \bold F' \ {\bf diag} \left( {1\over\sqrt{1+r_i^2/\bar r^2}}
\right) \bold r\end{displaymath}](img48.gif) |
(13) |
where we have use the notation
to designate
a diagonal matrix with its argument distributed along the diagonal.
Continuing, we notice that the new weighting of residuals
has nothing to do with the linear relation between model perturbation
and residual perturbation;
that is,
we retain the familiar relations,
and
.
In practice we have the question of how to choose
.I suggest that
be proportional to
or some other percentile.
Next: Nonlinear L.S. conjugate-direction template
Up: MEANS, MEDIANS, PERCENTILES AND
Previous: Weighted L.S. conjugate-direction template
Stanford Exploration Project
4/27/2004