Series maximum value

Input data

x

Output data

max(x)

Description

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.

Calculation Method

This calculation processes a series of numerical values and returns the highest value.

Inputs and Outputs

Parameter
Default units
Description
x
N/A
Series of input numerical values
max(x)
N/A
The maximum value from the input series