Jump to content

Minimax approximation algorithm: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Mm (talk | contribs)
Clarify introduction
Dexbot (talk | contribs)
m Bot: Deprecating Template:Cite doi and some minor fixes
Line 1: Line 1:
A '''minimax approximation algorithm''' (or '''L<sup>∞</sup> approximation'''<ref>{{cite book | title = Handbook of Floating-Point Arithmetic | page = 376 | publisher = Springer | year = 2009 | isbn = 081764704X | first1=Jean-Michel | last1=Muller|last2=Brisebarre | first2=Nicolas | last3=de Dinechin | first3=Florent | last4=Jeannerod | first4=Claude-Pierre | last5=Lefèvre | first5=Vincent | last6=Melquiond | first6=Guillaume | last7=Revol | first7=Nathalie | last8=Stehlé | first8=Damien | last9=Torres | first9=Serge | display-authors=1 }}</ref> or '''uniform approximation'''<ref name="phillips">{{cite doi | 10.1007/0-387-21682-0_2}}</ref>) is a method to find an approximation of a [[mathematical function]] that minimizes maximum error.
A '''minimax approximation algorithm''' (or '''L<sup>∞</sup> approximation'''<ref>{{cite book | title = Handbook of Floating-Point Arithmetic | page = 376 | publisher = Springer | year = 2009 | isbn = 081764704X | first1=Jean-Michel | last1=Muller|last2=Brisebarre | first2=Nicolas | last3=de Dinechin | first3=Florent | last4=Jeannerod | first4=Claude-Pierre | last5=Lefèvre | first5=Vincent | last6=Melquiond | first6=Guillaume | last7=Revol | first7=Nathalie | last8=Stehlé | first8=Damien | last9=Torres | first9=Serge | display-authors=1 }}</ref> or '''uniform approximation'''<ref name="phillips">{{Cite book | doi = 10.1007/0-387-21682-0_2 | first = George M. | last = Phillips| chapter = Best Approximation | title = Interpolation and Approximation by Polynomials | series = CMS Books in Mathematics | pages = 49–11 | year = 2003 | publisher = Springer | isbn = 0-387-00215-4 | pmid = | pmc = }}</ref>) is a method to find an approximation of a [[mathematical function]] that minimizes maximum error.


For example, given a function <math>f</math> defined on the interval <math>[a,b]</math> and a degree bound <math>n</math>, a minimax polynomial approximation algorithm will find a polynomial <math>p</math> of degree at most <math>n</math> to minimize<ref name="powell">{{cite book | chapter = 7: The theory of minimax approximation | first = M. J. D. | last= Powell | authorlink=Michael J. D. Powell | year = 1981 | publisher= Cambridge University Press | title = Approximation Theory and Methods | isbn = 0521295149}}</ref>
For example, given a function <math>f</math> defined on the interval <math>[a,b]</math> and a degree bound <math>n</math>, a minimax polynomial approximation algorithm will find a polynomial <math>p</math> of degree at most <math>n</math> to minimize<ref name="powell">{{cite book | chapter = 7: The theory of minimax approximation | first = M. J. D. | last= Powell | authorlink=Michael J. D. Powell | year = 1981 | publisher= Cambridge University Press | title = Approximation Theory and Methods | isbn = 0521295149}}</ref>

Revision as of 11:11, 2 September 2015

A minimax approximation algorithm (or L approximation[1] or uniform approximation[2]) is a method to find an approximation of a mathematical function that minimizes maximum error.

For example, given a function defined on the interval and a degree bound , a minimax polynomial approximation algorithm will find a polynomial of degree at most to minimize[3]

Polynomial approximations

The Weierstrass approximation theorem states that every continuous function defined on a closed interval [a,b] can be uniformly approximated as closely as desired by a polynomial function.[2] For practical work it is often desirable to minimize the maximum absolute or relative error of a polynomial fit for any given number of terms in an effort to reduce computational expense of repeated evaluation.

Polynomial expansions such as the Taylor series expansion are often convenient for theoretical work but less useful for practical applications. Truncated Chebyshev series, however, closely approximate the minimax polynomial.

One popular minimax approximation algorithm is the Remez algorithm.

References

  1. ^ Muller, Jean-Michel; et al. (2009). Handbook of Floating-Point Arithmetic. Springer. p. 376. ISBN 081764704X.
  2. ^ a b Phillips, George M. (2003). "Best Approximation". Interpolation and Approximation by Polynomials. CMS Books in Mathematics. Springer. pp. 49–11. doi:10.1007/0-387-21682-0_2. ISBN 0-387-00215-4.
  3. ^ Powell, M. J. D. (1981). "7: The theory of minimax approximation". Approximation Theory and Methods. Cambridge University Press. ISBN 0521295149.