Quantile.md (419B)
1 # Quantile 2 3 Stats D3 4 5 **Definition:** Quantiles are logic divisions in a dataset to classify certain information. 6 7 Examples are medians which split the data into two subsets, quartiles which split it into 4 quantiles, quintiles (5), deciles (10), and percentiles (100). 8 9 Another thing to pay attention to is the interquartile/interquantile range which is the range from the top to the bottom of the quartile/quantile.