3

Obviously, $f(x)$ is called the "maximum value" or simply "maximum", but what is $x$ called? The maximizer?

Additionally, what if $f(x)$ is minimum or simply an extremum?

Vortico
  • 1,633

1 Answers1

5

It's often called the 'arg max' ('argument maximum'; similarly 'arg min'):

http://en.wikipedia.org/wiki/Arg_max

BaronVT
  • 13,613
  • 1
    Thanks. This seems well accepted enough. – Vortico Oct 11 '13 at 22:08
  • 1
    Technically, arg max is the set of maximizers. This is true even if the maximizer $x^$ is unique, that is, if $f(x^)>f(x)$ for any $x\neq x^$ in the domain of $f$. In this case, you could call $x^$ the maximizer and ${x^}$ the arg max. Despite the abuse of terminology, however, $x^$ is often simply called the arg max anyway. – triple_sec Oct 11 '13 at 23:52