deciles
d = deciles(v)
vector of real numbers
vector of two real numbers
deciles(v)
returns the first and ninth deciles
of the components of the vector v
.The components of v
do not have to be arranged or given in
increasing order (they do not have to be sorted).