|
|
|
|
Model fitting by least squares |
Define the residual
and
the ``size'' of any vector, such as the data vector,
as
.
The number
, will be called the
``modeling success at fitting data.''
(When the data fitting includes a residual weighting function,
it should be incorporated in
and
.)
While the modeling success is of interest to everyone, the second number
,
to be called the ``solver success at achiving goals,''
is more of interest to us, the analysts.
It tells us to what extent our program
has achieved our stated goals
of data fitting (and regularization).
Experience seeing this number may give us guidance
to where opportunities have been missed
and where more work might be worthwhile.
In applications of low dimensionality
we can normally drive the solver success to unity.
Conjugate-gradient theory says given infinite precision arithmetic,
iteration should converge to the exact solution in a number of
iterations equal to the number of unknowns.
In reality, however,
in Geophysics we often find ourselves iterating on applications
far too large to run to completion.
The solver success number tells us how well we are doing.
There are three ways to understand the important expression
.
First, it is the residual
,
originally in data space, transformed to model space by
.
The second is that
is the gradient of the penalty function,
namely
.
This gradient vanishes as the best fit is found.
The statement that this gradient vanishes is the ``normal equations''
| (83) |
The progress of a solver can be observed by a plot of
versus iteration.
Ideally it converges to zero.
Unfortunately the amplitude axis of this plot
scales with the units of model space.
We should nondimensionalize it.
Then we could make a simple statements like,
``We iterated 90% of the way to the solution.''
Starting from a zero model
the first residual is
.
Its size in model space is
(which also happens to be our first estimated model).
After many iterations the residual in model space is
.
The ratio
progresses towards zero as we progress.
The degree of success our solver is having is
.
We could say,
``Starting from our first model, we iterated
until we had gone
%
of the way to the ultimate model
.''
More simply,
is the ``solver success.''
|
The ``modeling success at fitting data'' is the number
|
|
|
|
|
Model fitting by least squares |