csep.utils.stats.min_or_none

csep.utils.stats.min_or_none(x)[source]

Given an array x, returns the min value. If x = [], returns None.