next up previous [pdf]

Next: Differentiation by a complex Up: MULTIVARIATE LEAST SQUARES Previous: Inside an abstract vector

Normal equations

An important concept is that when energy is minimum, the residual is orthogonal to the fitting functions. The fitting functions are the column vectors $\bold f_1$, $\bold f_2$, and $\bold f_3$. Let us verify only that the dot product $ \bold r \cdot \bold f_2 $ vanishes; to do this, we'll show that those two vectors are orthogonal. Energy minimum is found by

\begin{displaymath}
0 \quad = \quad {\partial\over \partial x_2} \bold r \cdot ...
...\over \partial x_2}
\quad = \quad 2\; \bold r \cdot \bold f_2
\end{displaymath} (34)

(To compute the derivative refer to equation (2.16).) Equation (2.34) shows that the residual is orthogonal to a fitting function. The fitting functions are the column vectors in the fitting matrix.

The basic least-squares equations are often called the ``normal" equations. The word ``normal" means perpendicular. We can rewrite equation (2.31) to emphasize the perpendicularity. Bring both terms to the left, and recall the definition of the residual $\bold r$ from equation (2.16):

$\displaystyle \bold F' ( \bold F \bold x - {\bf d})$ $\textstyle =$ $\displaystyle \bold 0$ (35)
$\displaystyle \bold F' \bold r$ $\textstyle =$ $\displaystyle \bold 0$ (36)

Equation (2.36) says that the residual vector $\bold r$ is perpendicular to each row in the $\bold F'$ matrix. These rows are the fitting functions. Therefore, the residual, after it has been minimized, is perpendicular to all the fitting functions.


next up previous [pdf]

Next: Differentiation by a complex Up: MULTIVARIATE LEAST SQUARES Previous: Inside an abstract vector

2008-11-06