Jump to content

Minimax approximation algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RPHv (talk | contribs) at 18:57, 29 March 2011 (Taylor series capitalized). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Polynomial expansions such as the Taylor series expansion are often convenient for theoretical work but less useful for practical applications. 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.

Algorithms that minimize the maximum error are known as Minimax approximation algorithms. One popular approach is the remez algorithm.