Function approximation: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Igor Grešovnik
(New page: A function approximation problem asks us to select a function among a well-defined class that closely matches (approximates) a target function. There are two major classes of function app...)
 
imported>Igor Grešovnik
No edit summary
Line 2: Line 2:


There are two major classes of function approximation problems. For known target functions approximation theory investigates how certain known functions can be approximated by a specific class of functions (for example, polynomials or rational functions).
There are two major classes of function approximation problems. For known target functions approximation theory investigates how certain known functions can be approximated by a specific class of functions (for example, polynomials or rational functions).
In the second class of problems, the target function (say ''f'') may be unknown. Instead of an explicit formula, only a set of points of the form (''x'', ''g''(''x'')) is provided.

Revision as of 22:27, 23 November 2007

A function approximation problem asks us to select a function among a well-defined class that closely matches (approximates) a target function.

There are two major classes of function approximation problems. For known target functions approximation theory investigates how certain known functions can be approximated by a specific class of functions (for example, polynomials or rational functions).

In the second class of problems, the target function (say f) may be unknown. Instead of an explicit formula, only a set of points of the form (x, g(x)) is provided.