eelbrain.NDVar.argmin

NDVar.argmin()

Find the index of the smallest value.

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

Returns

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

Return type

index | tuple