We currently support an argmax method (see e.g. here) on the Data and Field classes, but not an equivalent argmin.
We've noted to add in argmin in time for the next minor release, but to do so by refactoring somewhat to create a common base for these methods (and potentially other similar ones).
We currently support an
argmaxmethod (see e.g. here) on theDataandFieldclasses, but not an equivalentargmin.We've noted to add in
argminin time for the next minor release, but to do so by refactoring somewhat to create a common base for these methods (and potentially other similar ones).