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

  1. Minimum value
  2. Lower quartile
  3. Median
  4. Upper quartile
  5. 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