The Series minimum value function is used to find the lowest value in a provided series of numerical data. It is especially useful in statistical analysis and data processing, allowing for quick identification of the minimum value in a sequence.
This calculation processes a series of numerical values and returns the lowest value.
Parameter | Default units | Description |
---|---|---|
x | N/A | Series of input numerical values |
min(x) | N/A | The minimum value from the input series |