Quantiles
Computes the quantile of a distribution at a specified probability.
x (Vector): | List The numeric
data.
probs (Float): The probability (0
to 1).
na_rm (Bool): (Optional) Should
missing values be removed? Default is false.
The quantile value.
quantile(x, 0.5)
-- Returns median