In mathematics, least squares function approximation applies the principle of least squares to function approximation, by means of a weighted sum of other functions. The best approximation can be defined as that which minimizes the difference between the original function and the approximation; for a least-squares approach the quality of the approximation is measured in terms of the squared differences between the two.
Functional analysis
A generalization to approximation of a data set is the approximation of a function by a sum of other functions, usually an orthogonal set:
f ( x ) ≈ f n ( x ) = a 1 ϕ 1 ( x ) + a 2 ϕ 2 ( x ) + ⋯ + a n ϕ n ( x ) , {\displaystyle f(x)\approx f_{n}(x)=a_{1}\phi _{1}(x)+a_{2}\phi _{2}(x)+\cdots +a_{n}\phi _{n}(x),\ }
with the set of functions { ϕ j ( x ) {\displaystyle \ \phi _{j}(x)} } an orthonormal set over the interval of interest, say [a, b]: see also Fejér's theorem. The coefficients { a j {\displaystyle \ a_{j}} } are selected to make the magnitude of the difference ||f − fn||2 as small as possible. For example, the magnitude, or norm, of a function g (x ) over the interval [a, b] can be defined by:
‖ g ‖ = ( ∫ a b g ∗ ( x ) g ( x ) d x ) 1 / 2 {\displaystyle \|g\|=\left(\int _{a}^{b}g^{*}(x)g(x)\,dx\right)^{1/2}}
where the ‘*’ denotes complex conjugate in the case of complex functions. The extension of Pythagoras' theorem in this manner leads to function spaces and the notion of Lebesgue measure, an idea of “space” more general than the original basis of Euclidean geometry. The { ϕ j ( x ) {\displaystyle \phi _{j}(x)\ } } satisfy orthonormality relations:
∫ a b ϕ i ∗ ( x ) ϕ j ( x ) d x = δ i j , {\displaystyle \int _{a}^{b}\phi _{i}^{*}(x)\phi _{j}(x)\,dx=\delta _{ij},}
where δij is the Kronecker delta. Substituting function fn into these equations then leads to the n-dimensional Pythagorean theorem:
‖ f n ‖ 2 = | a 1 | 2 + | a 2 | 2 + ⋯ + | a n | 2 . {\displaystyle \|f_{n}\|^{2}=|a_{1}|^{2}+|a_{2}|^{2}+\cdots +|a_{n}|^{2}.\,}
The coefficients {aj} making ||f − fn||2 as small as possible are found to be:
a j = ∫ a b ϕ j ∗ ( x ) f ( x ) d x . {\displaystyle a_{j}=\int _{a}^{b}\phi _{j}^{*}(x)f(x)\,dx.}
The generalization of the n-dimensional Pythagorean theorem to infinite-dimensional real inner product spaces is known as Parseval's identity or Parseval's equation. Particular examples of such a representation of a function are the Fourier series and the generalized Fourier series.
Further discussion
Using linear algebra It follows that one can find a "best" approximation of another function by minimizing the area between two functions, a continuous function f {\displaystyle f} on [ a , b ] {\displaystyle [a,b]} and a function g ∈ W {\displaystyle g\in W} where W {\displaystyle W} is a subspace of C [ a , b ] {\displaystyle C[a,b]} :
… excerpt ends here. Continue reading the full article.
