Skip to main content

cmin

lq.cmin(values)

Returns the minimum value of an array, ignoring NaN values. Returns none if the array is empty or contains only NaN values.

Parameters

values : array

Values to compute the minimum of.