Tool to calculate the quantile value from a list of values. The quantiles/percentiles/fractiles of a list of numbers are statistical values that partially illustrates the distribution of numbers in the list.
Quantile of Numbers - dCode
Tag(s) : Statistics, Data Processing
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
From a list of $ n $ values $ A = \{a_1, a_2, \dots, a_n \} $ sorted by ascending order, a quantile divides the series and presents the values $ a_i $ at the cutting point in order to retranscribe the distribution of the series of values.
To calculate a quantile, sort the list by ascending order and cut it to the corresponding percentile / percent $ n \times p\% $
Example: The list of 7 elements (numbers): 111,10,101,100,11,1,110 is sorted by ascending order 1,10,11,100,101,110,111. Its median (50 percentile) is 100 (middle value), so there are 3 smaller values and 3 values larger than 100 in the list).
NB : the mean is 63.
According to the numbers studied, the cut is variable.
50% (median) allows to locate the middle of the distribution (used for wages, size measurements, weight, etc.)
The 95% and 99% percentiles used for the more numerous statistical phenomena (which therefore make it possible to find the rarest among them) in order to deduce warning values.
dCode retains ownership of the "Quantile of Numbers" source code. Any algorithm for the "Quantile of Numbers" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Quantile of Numbers" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Quantile of Numbers" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Quantile of Numbers" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Quantile of Numbers on dCode.fr [online website], retrieved on 2025-04-15,