Here is some data (20 random real numbers between 0 and 50):
Use
Max to find the maximum element:
If you want to figure out quantiles you can use
Quantile. The first argument is a set of data; the second is a number
q between 0 and 1.
If you want to find out quartiles or percentiles, you can use
Quantile with an argument of
n/4 or
n/100, respectively:
If you would like a list of the quartiles, use the
Quartiles function: