eelbrain.NDVar.argmin

NDVar.argmin(self)

Find the index of the smallest value.

ndvar[ndvar.argmin()] is equivalent to ndvar.min().

Returns:
argmin : index | tuple

Index appropriate for the NDVar’s dimensions. If NDVar has more than one dimensions, a tuple of indices.