Least Squares

Because of the connection to the mean, and other nice properties, the third choice is very commonly used.

\begin{displaymath}
\min_f \sum_{i=1}^n (y_i-f(x_i))^2\end{displaymath}

In the constant case, we want $\min_c E(c)$, $E(c) = \sum_{i=1}^n
(y_i-c)^2$.


next up previous
Next: Continuous Optimization Up: FUNCTION APPROXIMATION Previous: Constant