quartiles
q = quartiles(v)
vector of real numbers
vector of two real numbers
quartiles(v) returns the first and third quartiles of the components in the vector v.The elements of v do not have to be arranged (sorted) in increasing order.
quartiles(v)
v
v=random_integer(20,0,20); quartiles(v)