Max.Planck
- 128
- 0
I want to take the arg max over a number of functions as below, however it is possible that there are multiple i's for which the result is maximal. How do i denote that I want to take the last possible i, for example if it results in 3 and 5 I want it to return 5, is there notation available for this?
arg\,max_{i} f_{i}(\mathbf{x})
arg\,max_{i} f_{i}(\mathbf{x})