Quantile[list, q] gives the qth quantile of list. |
Quantile[list, {q1, q2, ...}] gives a list of quantiles q1, q2, ... . |
Quantile[list, q, {{a, b}, {c, d}}] uses the quantile definition specified by parameters a, b, c, d. |
Quantile[dist, q] gives a quantile of the symbolic distribution dist. |