Quantiles are points taken at regular intervals from the cumulative distribution function (CDF) of a random variable.
In scientific software r for statistical computing and graphics, the quantile of a numeric vector can be found by function quantile
.