FiveNum
FiveNum({dataset})
the Tuckey five-number summary is a set of descriptive statistics that provide information about a
dataset
. It consists of the five most important sample percentiles:
- the sample minimum (smallest observation)
- the lower quartile or first quartile
- the median (the middle value)
- the upper quartile or third quartile
- the sample maximum (largest observation)
See:
Examples
>> FiveNum({0, 0, 1, 2, 63, 61, 27, 13}){0,1/2,15/2,44,63}
Related terms
Implementation status
- ✅ - full supported