MneExperiment
Find the index of the smallest value
ndvar[ndvar.argmin()] is equivalent to ndvar.min().
ndvar[ndvar.argmin()]
ndvar.min()
axis (Union[str, int]) – Axis along which to find the minimum (by default find the minimum in the whole NDVar).
NDVar
name (str) – Name of the output NDVar (default is the current name).
Index appropriate for the NDVar’s dimensions. If NDVar has more than one dimensions, a tuple of indices.
argmin