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