Function Tukey-Summary

Part of:

package cl-mathstats
( tukey-summary &rest < args > )

tukey-summary (data &key start end key)
Computes a Tukey five-number summary of the data. That is, it returns, in
increasing order, the extremes and the quartiles: the minimum, the 1/4 quartile,
the median, the 3/4 quartile, and the maximum.