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

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

edit

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

edit
  1. ^ Muller, Jean-Michel; Brisebarre, Nicolas; de Dinechin, Florent; Jeannerod, Claude-Pierre; Lefèvre, Vincent; Melquiond, Guillaume; Revol, Nathalie; Stehlé, Damien; Torres, Serge (2010). Handbook of Floating-Point Arithmetic (1 ed.). Birkhäuser. p. 376. doi:10.1007/978-0-8176-4705-6. ISBN 978-0-8176-4704-9. LCCN 2009939668.
  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.
edit

📚 Artikel Terkait di Wikipedia

Remez algorithm

polynomial of best approximation or the minimax approximation algorithm. A review of technicalities in implementing the Remez algorithm is given by W. Fraser

Minimax (disambiguation)

refer to: Minimax estimator, an estimator whose maximal risk is minimal between all possible estimators Minimax approximation algorithm, algorithms to approximate

Minimisation

analysis Minimal element of a partial order, in mathematics Minimax approximation algorithm Minimisation operator ("μ operator"), the add-on to primitive

Alpha–beta pruning

Alpha–beta pruning is a search algorithm that seeks to decrease the number of nodes that are evaluated by the minimax algorithm in its search tree. It is an

List of numerical analysis topics

function Least squares (function approximation) — minimizes the error in the L2-norm Minimax approximation algorithm — minimizes the maximum error over

Q-learning

environment is passive. Littman proposes the minimax Q learning algorithm. The standard Q-learning algorithm (using a Q {\displaystyle Q} table) applies

Golden-section search

(1953) as a minimax search for the maximum (minimum) of a unimodal function in an interval. The Bisection method is a similar algorithm for finding a

Reinforcement learning

characterization of optimal solutions, and algorithms for their exact computation, and less with learning or approximation (particularly in the absence of a mathematical