Arg max

As an example, both unnormalised and normalised sinc functions above have arg max of {0} because both attain their global maximum value of 1 at x = 0.

The unnormalised sinc function (red) has arg min of {4.49, 4.49}, approximately, because it has 2 global minimum values of approximately 0.217 at x = ±4.49. However, the normalised sinc function (blue) has arg min of {1.43, 1.43}, approximately, because their global minima occur at x = ±1.43, even though the minimum value is the same.[1]

In mathematics, the arguments of the maxima (abbreviated arg max or argmax) are the points of the domain of some function at which the function values are maximized.[note 1] In contrast to global maxima, referring to the largest outputs of a function, arg max refers to the inputs, or arguments, at which the function outputs are as large as possible.

Definition

Given a function, , the arg max over some subset, S, of X is defined by

If S = X or S is clear from the context, then S is often left out, as in In other words, arg max is the set of points, x, for which f(x) attains the function's largest value. Arg max may be the empty set, a singleton, or contain multiple elements. For example, if f(x) is 1−|x|, then f attains its maximum value of 1 if and only if x = 0, implying

.

The arg max operator is the natural complement of the max operator which, given the same function, returns the maximum value instead of the point or points that reach that value; in other words

is the element in

Like arg max, max may be the empty set (in which case the maximum is undefined) or a singleton, but unlike arg max, max may not contain multiple elements: for example, if f(x) is 4x2x4, then , but because the function attains the same value at every element of arg max.

Equivalently, if M is the maximum of f, then the arg max is the level set of the maximum:

If the maximum is reached at a single point then this point is often referred to as the arg max, meaning we define the arg max as a point, not a set of points. So, for example,

(rather than the singleton set {5}), since the maximum value of x(10  x) is 25, which occurs for x = 5.[note 2] However, in case the maximum is reached at many points, arg max is a set of points.

Then, we have for example

since the maximum value of cos(x) is 1, which occurs on this interval for x = 0, 2π or 4π. On the whole real line, the arg max is

Note also that functions do not in general attain a maximum value, and hence the arg max is sometimes the empty set; for example, , since is unbounded on the real line. However, by the extreme value theorem (or the classical compactness argument), a continuous function on a compact interval has a maximum, and thus a nonempty arg max.

Arg min

arg min (or argmin) stands for argument of the minimum, and is defined analogously. For instance,

are points x for which f(x) attains its smallest value. The complementary operator is, of course, min.

See also

Notes

  1. For clarity, we refer to the input (x) as points and the output (y) as values; compare critical point and critical value.
  2. Note that with equality if and only if .

External links

This article is issued from Wikipedia - version of the 10/6/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.