Syntax
quartiles(Lst||Mtrx,[Lst])
Description
Returns the min, 1st quartile, median, 3rd quartile, and max of the elements (or of the columns) of the argument.
Example
quartiles([1,2,3,5,10,4]) returns [[1.0],[2.0],[3.0],[5.0],[10.0]]
quartiles — Discussion