lowestvalue
Lowestvalue is a term used to describe the smallest value within a set of numbers or the minimum value of a function over its domain. In mathematics, the minimum of a nonempty set S is an element m in S such that m ≤ x for every x in S. If such an element exists, it is called the minimum; if not, the set has no minimum, though it may have an infimum, or greatest lower bound.
In data analysis and computing, the concept is often referred to as the observed minimum. Determining the
Examples help illustrate the idea: for the list [4, -2, 7, 0], the lowestvalue is -2. For
Special cases include empty collections, which have no lowestvalue, and data with NaN or invalid entries, which