find Next Largest
If min is the minimum of the data, then this computes the observation that is strictly larger than the observed minimum. This is the minimum of the observations if all observations of min are removed from the data. There must be at least 2 observations and the observations cannot all be equal. There must be at least one observation that is not equal to min.