FiveNum Function
Summary of the five most important statistical values
Description
The function \(FiveNum\) provides the summary of the five most important statistical values of a set of data. The result is output in a list. With the function \(PlotFiveN\) the values can also be displayed graphically.
\(FiveNum\) calculates the following values
- Minimum value
- Lower quartile
- Median
- Upper quartile
- Maximum value
Syntax
FiveNum (List)
Example
a=[4,6,9,7,9,2,4,6,3]
FiveNum(a)= 2.00 3.67 6.00 7.67 9.00