Next: Solution
Up: Forward interpolation
Previous: Interpolation theory
A particular form of the solution (
) arises from
assuming the existence of a basis function set
, such that the function f (x) can be represented by a linear
combination of the basis functions in the set, as follows:
| ![\begin{displaymath}
f (x) = \sum_{k \in K} c_k \psi_k (x)\;.\end{displaymath}](img70.gif) |
(33) |
We can find the linear coefficients ck by multiplying both
sides of equation (
) by one of the basis functions
(e.g.
). Inverting the equality
| ![\begin{displaymath}
\left( \psi_j (x), f (x)\right) = \sum_{k \in K} c_k \Psi_{jk}\;,\end{displaymath}](img72.gif) |
(34) |
where the parentheses denote the dot product, and
| ![\begin{displaymath}
\Psi_{jk} = \left( \psi_j (x), \psi_k (x)\right) \;,\end{displaymath}](img73.gif) |
(35) |
leads to the following explicit expression for the coefficients
ck:
| ![\begin{displaymath}
c_k = \sum_{j \in K} \Psi^{-1}_{kj} \left( \psi_j (x), f
(x)\right) \;.\end{displaymath}](img74.gif) |
(36) |
Here
refers to the kj component of the matrix,
which is the inverse of
. The matrix
is invertible as
long as the basis set of functions is linearly independent. In the
special case of an orthonormal basis,
reduces to the identity
matrix:
| ![\begin{displaymath}
\Psi_{jk} = \Psi^{-1}_{kj} = \delta_{jk}\;.\end{displaymath}](img77.gif) |
(37) |
Equation (
) is a least-squares estimate of the coefficients
ck: one can alternatively derive it by minimizing the least-squares
norm of the difference between f(x) and the linear
decomposition (
). For a given set of basis functions,
equation (
) approximates the function f(x) in formula
(
) in the least-squares sense.
Next: Solution
Up: Forward interpolation
Previous: Interpolation theory
Stanford Exploration Project
12/28/2000