median
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Compute median or quantiles of a vector x.
The quantile qp can be defined as the propability p of: an element of x is lower than qp
. The value p must be in the range 0 to 1. The special quantile q0.5 is also called median.