Least-squares function approximation

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In mathematics, the idea of least squares can be applied to approximating a given function by a weighted sum of other functions. The best approximation can be defined as that which minimises 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

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

A generalization to approximation of a data set is the approximation of a function by a sum of other functions, usually an orthogonal set:[1]

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 {\  \phi _j (x) } an orthonormal set over the interval of interest, say [a, b]: see also Fejér's theorem. The coefficients {\ a_j } are selected to make the magnitude of the difference ||ffn ||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:[2]

 \|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 { \phi_j (x)\  } satisfy orthonormality relations:[3]

 \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:[4]

\|f_n\|^2 = |a_1|^2 + |a_2|^2 + \cdots + |a_n|^2. \,

The coefficients {aj} making ||ffn||2 as small as possible are found to be:[1]

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.[5] Particular examples of such a representation of a function are the Fourier series and the generalized Fourier series.

References

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.