scipp.min

scipp.min(x, dim=None, *, out=None)

Element-wise min over the specified dimension or all dimensions if not provided.

Parameters
Raises

If the dimension does not exist, or the dtype cannot be summed, e.g., if it is a string.

Returns

The min of the input values.

Seealso

scipp.nanmin(), scipp.nanmax().

Return type

scipp._scipp.core.Variable